On 05/10/2017 12:51, Dr. David Alan Gilbert (git) wrote: > From: Markus Armbruster <arm...@redhat.com> > > Screwed up in commit da76ee7.
Let me introduce you to these two aliases: whatis = "show -s --pretty='tformat:%h (\"%s\", %cd)' --date=short" pwhatis = "show -s --pretty='tformat:%h, \"%s\", %cd' --date=short" $ git whatis da76ee7 da76ee76f7 ("hmp-commands-info: move info_cmds content out of monitor.c", 2015-09-16) pwhatis is more appropriate if you are including the commit at the end of a parenthetical remark, like ... (see commit message for 53ec73e, "block: Use bdrv_drain to replace uncessary bdrv_drain_all", 2015-07-07). Paolo > Signed-off-by: Markus Armbruster <arm...@redhat.com> > Message-Id: <20171002134538.23332-2-arm...@redhat.com> > Reviewed-by: Marc-André Lureau <marcandre.lur...@redhat.com> > Reviewed-by: Dr. David Alan Gilbert <dgilb...@redhat.com> > Signed-off-by: Dr. David Alan Gilbert <dgilb...@redhat.com> > ---