]> git.ipfire.org Git - thirdparty/git.git/commit - diff.h
make commit message a little more consistent and conforting
authorNicolas Pitre <nico@cam.org>
Fri, 15 Dec 2006 04:15:44 +0000 (23:15 -0500)
committerJunio C Hamano <junkio@cox.net>
Sat, 16 Dec 2006 06:29:54 +0000 (22:29 -0800)
commitebd124c6783da5e064963611ee17741cd173f6b5
treed3e5ba5b8a6ef190bc1144c841105a2de24425c9
parent1510fea781cb0517eeba8c378964f7bc4f9577ab
make commit message a little more consistent and conforting

It is nicer to let the user know when a commit succeeded all the time,
not only the first time.  Also the commit sha1 is much more useful than
the tree sha1 in this case.

This patch also introduces a -q switch to supress this message as well
as the summary of created/deleted files.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/core-tutorial.txt
Documentation/diff-options.txt
Documentation/git-commit.txt
Documentation/tutorial-2.txt
builtin-commit-tree.c
diff.c
diff.h
git-commit.sh
t/t1200-tutorial.sh