summaryrefslogtreecommitdiffstats
path: root/git-log.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-07-13 00:25:15 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-07-13 00:25:15 +0000
commit235d53f227234a5905682cc55d59adcc6369c48c (patch)
tree846743ef94133cd893306d185798be50b7c9aa4f /git-log.txt
parent9cb3917f7e52cd927c582c4aa754a6855297303d (diff)
downloadgit-htmldocs-235d53f227234a5905682cc55d59adcc6369c48c.tar.gz
Autogenerated HTML docs for v1.5.3-rc1
Diffstat (limited to 'git-log.txt')
-rw-r--r--git-log.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/git-log.txt b/git-log.txt
index 7adcdefac..63c1dbe81 100644
--- a/git-log.txt
+++ b/git-log.txt
@@ -61,6 +61,9 @@ include::pretty-options.txt[]
the specified paths; this means that "<paths>..." limits only
commits, and doesn't limit diff for those commits.
+--follow::
+ Continue listing the history of a file beyond renames.
+
<paths>...::
Show only commits that affect the specified paths.
@@ -91,6 +94,12 @@ git log -r --name-status release..test::
in the "release" branch, along with the list of paths
each commit modifies.
+git log --follow builtin-rev-list.c::
+
+ Shows the commits that changed builtin-rev-list.c, including
+ those commits that occurred before the file was given its
+ present name.
+
Discussion
----------