summaryrefslogtreecommitdiffstats
path: root/git-log.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-06-21 00:35:36 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-06-21 00:35:36 +0000
commitee695f22c4399a2593020bdf65682a21edbd0526 (patch)
treec627fb11395fbe23e8bd005ae2987300b373d2f5 /git-log.txt
parent29b1b925c6954129755f0dcd1b003ab0067878c5 (diff)
downloadgit-htmldocs-ee695f22c4399a2593020bdf65682a21edbd0526.tar.gz
Autogenerated HTML docs for v1.5.2.2-249-g45fd
Diffstat (limited to 'git-log.txt')
-rw-r--r--git-log.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/git-log.txt b/git-log.txt
index 6157edb40..7adcdefac 100644
--- a/git-log.txt
+++ b/git-log.txt
@@ -52,7 +52,14 @@ include::pretty-options.txt[]
See also gitlink:git-reflog[1].
--decorate::
- Print out the ref names of any commits that are shown.
+ Print out the ref names of any commits that are shown.
+
+--full-diff::
+ Without this flag, "git log -p <paths>..." shows commits that
+ touch the specified paths, and diffs about the same specified
+ paths. With this, the full diff is shown for commits that touch
+ the specified paths; this means that "<paths>..." limits only
+ commits, and doesn't limit diff for those commits.
<paths>...::
Show only commits that affect the specified paths.