"Michael S. Tsirkin" <mst@xxxxxxxxxxxxxxxxxx> writes: > Display the subject of the commit just made. WHY? You just made the commit. >> Quoting Junio C Hamano <junkio@xxxxxxx>: >> Subject: Re: [PATCH] display shortlog after git-commit >> >> Too noisy for a default. > > So maybe the following isn't too bad? > This results in: > $ ./git-commit.sh --amend > Created commit 5633ddde0e35210f607bde063bcbf709e4d20a8d > Display the subject of the commit just made. > 1 files changed, 1 insertions(+), 1 deletions(-) I think this is still one line too many. It _might_ be an improvement if it were $ ./git-commit.sh --amend Created commit 5633ddde: Display the subject of the commit just made. 1 files changed, 1 insertions(+), 1 deletions(-) though... - 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