git-commit: add a --interactive option
commit6cbf07efc5702351897dee4742525c9b9f7828ac
authorPaolo Bonzini <paolo.bonzini@lu.unisi.ch>
Mon, 5 Mar 2007 07:57:53 +0000 (5 08:57 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 9 Mar 2007 08:05:23 +0000 (9 00:05 -0800)
tree4ed450733ea20be3cdeb98922bf589db65b950de
parentbd1fc628b8d456bdaea3e10d435cf1e98bc5d8a8
git-commit: add a --interactive option

The --interactive option behaves like "git commit", except that
"git add --interactive" is executed before committing.  It is
incompatible with -a and -i.

Signed-off-by: Paolo Bonzini <bonzini@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-commit.txt
git-commit.sh