"Michael S. Tsirkin" <mst@xxxxxxxxxxxxxxxxxx> writes: > Better? > > diff --git a/git-commit.sh b/git-commit.sh > index 9e0959a..32257b0 100755 > --- a/git-commit.sh > +++ b/git-commit.sh > @@ -649,8 +649,9 @@ then > fi > if test -z "$quiet" > then > + commit=`git-diff-tree --shortstat --pretty="format:%h: %s"\ > + --summary --root HEAD --` > echo "Created${initial_commit:+ initial} commit $commit" > - git-diff-tree --shortstat --summary --root --no-commit-id HEAD -- > fi > fi 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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html