diff options
author | Jakub Narebski <jnareb@gmail.com> | 2007-06-16 21:03:37 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-16 13:10:28 -0700 |
commit | ef3cb65c21d684df6e4c8b81ebe69a8652591998 (patch) | |
tree | 17ab4d138b9c9f7e21e3e84f772e64ba991c702a | |
parent | Document git rev-list --timestamp (diff) | |
download | tgif-ef3cb65c21d684df6e4c8b81ebe69a8652591998.tar.xz |
Use tabs for indenting definition list for options in git-log.txt
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 6157edb404..c072441bc8 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -52,7 +52,7 @@ 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. <paths>...:: Show only commits that affect the specified paths. |