"Michael S. Tsirkin" [off-list ref] writes:
Display the subject of the commit just made.
Useful e.g. to figure out what I did from screen history,
or to make sure subject line is short enough and makes sense
on its own.
Signed-off-by: Michael S. Tsirkin <redacted>
---
quoted
Quoting Junio C Hamano [off-list ref]:
Close but no cigar. You broke it for a merge commit, I think.
Perhaps
pretty="format:Created${initial_commit:+ initial} commit %h: %s%n"
git-diff-tree --always --shortstart --summary --root --pretty="$pretty" HEAD
OK, thanks fo rpointing this out.
But why the extra %n at the end?
Because I *got* *rid* *of* "echo".