author | Paolo Bonzini <paolo.bonzini@lu.unisi.ch> | |
Mon, 5 Mar 2007 07:57:53 +0000 (08:57 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 9 Mar 2007 08:05:23 +0000 (00:05 -0800) | ||
commit | 6cbf07efc5702351897dee4742525c9b9f7828ac | |
tree | 4ed450733ea20be3cdeb98922bf589db65b950de | tree | snapshot |
parent | bd1fc628b8d456bdaea3e10d435cf1e98bc5d8a8 | commit | diff |
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>
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 | diff | blob | history | |
git-commit.sh | diff | blob | history |