diff options
author | Bo Yang <struggleyb.nku@gmail.com> | 2010-05-06 21:52:29 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-05-07 09:34:29 -0700 |
commit | 0cdca133ec8aa10fe4c806f6695ccbf32394aa91 (patch) | |
tree | dc980c8f84014a25cf39a00740b5896a0884ec7b /Documentation/git-log.txt | |
parent | Make diffcore_std only can run once before a diff_flush (diff) | |
download | tgif-0cdca133ec8aa10fe4c806f6695ccbf32394aa91.tar.xz |
Make git log --follow find copies among unmodified files.
'git log --follow <path>' don't track copies from unmodified
files, and this patch fix it.
Signed-off-by: Bo Yang <struggleyb.nku@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-log.txt')
-rw-r--r-- | Documentation/git-log.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index fb184ba186..0727818bb1 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -56,7 +56,7 @@ include::diff-options.txt[] commits, and doesn't limit diff for those commits. --follow:: - Continue listing the history of a file beyond renames. + Continue listing the history of a file beyond renames/copies. --log-size:: Before the log message print out its size in bytes. Intended |