On Fri, Feb 6, 2009 at 12:11 PM, Jeff King <peff@xxxxxxxx> wrote: > It would probably be trivial to for "git log" to see that the quiet > switch was given and silence the commit output. But I am having trouble > envisioning exactly what that would be useful for (except for being a > slower version of "cat /dev/null"). Care to elaborate? I was writing a script, and looking for a way to figure out whether there were any commits in origin/master that aren't in master (i.e., whether I need to pull before I can push), and 'git log --quiet origin/master..master' was the first thing I thought of. James -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html