On Mon, Nov 4, 2019 at 3:04 PM Denton Liu <liu.denton@xxxxxxxxx> wrote: > diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt > @@ -63,6 +63,15 @@ This is designed to be as compact as possible. > +* 'summary' > + > + <abbrev hash> ("<title line>", <short author date>) > ++ > +This format is useful for referring to other commits when writing a new > +commit message. Although by default, '<abbrev sha1>' is used, this can Why does this talk about "sha1" when patch 1/8 removed references to SHA-1 in favor of generic "hashes"? > +be overridden with '--no-abbrev'. In addition, '<short author date>' can > +be overridden by with '--date='.