On Thu, Nov 14, 2019 at 3:47 PM Denton Liu <liu.denton@xxxxxxxxx> wrote: > [...] > Since this format is so commonly used, standardize it as a pretty > format. > [...] > Signed-off-by: Denton Liu <liu.denton@xxxxxxxxx> > --- > diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt > @@ -63,6 +63,16 @@ This is designed to be as compact as possible. > +This format is useful for referring to other commits when writing a new > +commit message. It uses the following canned user format: > +`%C(auto)%h (%s, %as)`. This means it will not respect options that > +change the output format such as `--date` `--no-abbrev-commit`, and > +`--walk-reflogs`. Missing comma between `--date` and `--no-abbrev-commit`.