diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-05-21 04:02:23 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-05-21 04:02:23 -0700 |
commit | 82c531b3b6d24040443ba739e150bc06ecc762ea (patch) | |
tree | de6a17434e48ee7866941e2e5491d9cf4d9b96e1 /Documentation/git-log.txt | |
parent | 82e7ee7351d6e328294016d3b99825d8001abd24 (diff) | |
parent | 9feeaa2bf39aed4a0148296f504f88b09b8901d4 (diff) | |
download | git-82c531b3b6d24040443ba739e150bc06ecc762ea.tar.gz |
Merge branch 'by/log-follow'
* by/log-follow:
tests: rename duplicate t4205
Make git log --follow find copies among unmodified files.
Make diffcore_std only can run once before a diff_flush
Add a macro DIFF_QUEUE_CLEAR.
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 57aa574675..a2d55f9745 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -57,7 +57,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 |