diff: accept --no-follow option
authorJunio C Hamano <gitster@pobox.com>
Fri, 21 Sep 2012 20:49:18 +0000 (13:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Sep 2012 20:49:18 +0000 (13:49 -0700)
commitaebbcf57972961c221c75dee039a17be8cfae1ad
tree29533b04a006f40e03de74aa3a7e2c1514415f23
parente5dce96e9e26f8e30291c79fa5647313c64b2150
diff: accept --no-follow option

Once you do

$ alias glogone git log --follow

there is no way to say

$ glogone --no-follow ...

Not that "log --follow" is all that useful, but it is cheap to
support the common "you can defeat an undesirable option with a
'no-' variant of it later on the command line" pattern.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c