diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-01-21 14:57:41 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-21 14:57:41 -0800 |
commit | 7dccadf363f9d9ff564ad34117266b2d557a2bc8 (patch) | |
tree | 8c2eede9c5628b6c8f0fdcb3e756e204c49dea9e /Documentation/pretty-options.txt | |
parent | 66b2ed09c2f0f212c5cd5c095c1f1052ecbb9491 (diff) | |
download | git-7dccadf363f9d9ff564ad34117266b2d557a2bc8.tar.gz |
Fix "log --oneline" not to show notes
This option should be treated pretty much the same as --format="%h %s".
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/pretty-options.txt')
-rw-r--r-- | Documentation/pretty-options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/pretty-options.txt b/Documentation/pretty-options.txt index 1401200920..aa96caeab2 100644 --- a/Documentation/pretty-options.txt +++ b/Documentation/pretty-options.txt @@ -34,5 +34,5 @@ people using 80-column terminals. Show the notes (see linkgit:git-notes[1]) that annotate the commit, when showing the commit log message. This is the default for `git log`, `git show` and `git whatchanged` commands when - there is no `--pretty` nor `--format` option is given on the - command line. + there is no `--pretty`, `--format` nor `--oneline` option is + given on the command line. |