Am 11.01.22 um 17:42 schrieb Taylor Blau: > On Mon, Jan 10, 2022 at 07:00:59PM +0100, Ævar Arnfjörð Bjarmason wrote: >> On Thu, Jan 06 2022, Teng Long wrote: >>> The original rule was introduced by commit: >>> >>> https://github.com/git/git/commit/28c23cd4c3902449aff72cb9a4a703220be0d6ac >> >> Let's refer to commits like this: >> >> 28c23cd4c39 (strbuf.cocci: suggest strbuf_addbuf() to add one strbuf to an other, 2019-01-25) > > I find it helpful to have an alias like: > > $ git config alias.ll > !git always --no-pager log -1 --pretty='tformat:%h (%s, %ad)' --date=short > > in my $HOME/.gitconfig so that I can easily format commits in the > standard way. You can shorten "--pretty='tformat:%h (%s, %ad)' --date=short" to "--pretty=reference" or "--format=reference". For me that's easy enough to remember that I don't need an alias. Silly question, going further off-topic: What's "git always" doing? René