aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-log.txt
diff options
context:
space:
mode:
authorBo Yang <struggleyb.nku@gmail.com>2010-05-06 21:52:29 -0700
committerJunio C Hamano <gitster@pobox.com>2010-05-07 09:34:29 -0700
commit0cdca133ec8aa10fe4c806f6695ccbf32394aa91 (patch)
treedc980c8f84014a25cf39a00740b5896a0884ec7b /Documentation/git-log.txt
parent1da6175d438a9849db07a68326ee05f291510074 (diff)
downloadgit-0cdca133ec8aa10fe4c806f6695ccbf32394aa91.tar.gz
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.txt2
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