From: John Cai <johncai86@xxxxxxxxx> Provide documentation for --newlineafter flag Signed-off-by: John Cai <johncai86@xxxxxxxxx> --- Documentation/pretty-options.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/pretty-options.txt b/Documentation/pretty-options.txt index b3af8506086..7de51c660fe 100644 --- a/Documentation/pretty-options.txt +++ b/Documentation/pretty-options.txt @@ -32,6 +32,10 @@ people using 80-column terminals. This is a shorthand for "--pretty=oneline --abbrev-commit" used together. +--newlineafter[=(decorations)] + Used in conjunction with --pretty=oneline to add a line break after + decorations + --encoding=<encoding>:: Commit objects record the character encoding used for the log message in their encoding header; this option can be used to tell the -- gitgitgadget