diff options
author | Nanako Shiraishi <nanako3@lavabit.com> | 2008-11-10 18:58:15 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-11 12:55:42 -0800 |
commit | 30c4d7a76a96cf7a2848b752083364c51b051f30 (patch) | |
tree | c159211ccac99df18ef93cf3d3d314ce5e653bdb | |
parent | 78892e32616f00bf173496ca0502aff2e523db31 (diff) | |
download | git-30c4d7a76a96cf7a2848b752083364c51b051f30.tar.gz git-30c4d7a76a96cf7a2848b752083364c51b051f30.tar.xz |
Document "git log --source"
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-log.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index 93a2a227c..34cf4e581 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -40,6 +40,10 @@ include::diff-options.txt[] --decorate:: Print out the ref names of any commits that are shown. +--source:: + Print out the ref name given on the command line by which each + commit was reached. + --full-diff:: Without this flag, "git log -p <path>..." shows commits that touch the specified paths, and diffs about the same specified |