]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/blame.c
blame: pay attention to --no-follow
authorJunio C Hamano <gitster@pobox.com>
Fri, 21 Sep 2012 20:52:25 +0000 (13:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Sep 2012 20:52:25 +0000 (13:52 -0700)
commit3d1aa56671e7f33740dcd2cf0642d5ce09bd6a95
tree47812eabc3ec1c53def5bb11aba989258adfeed7
parentaebbcf57972961c221c75dee039a17be8cfae1ad
blame: pay attention to --no-follow

If you know your history did not have renames, or if you care only
about the history after a large rename that happened some time ago,
"git blame --no-follow $path" is a way to tell the command not to
bother about renames.

When you use -C, the lines that came from the renamed file will
still be found without the whole-file rename detection, so it is not
all that interesting either way, though.

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