]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/add.c
Add support for -p/--patch to git-commit
authorConrad Irwin <conrad.irwin@gmail.com>
Sat, 7 May 2011 17:58:07 +0000 (10:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 May 2011 00:02:33 +0000 (17:02 -0700)
commitb4bd466820ee272fccfefff1d23d64c7826d1d07
tree63794ec626b75e5de03a95177d98094dcfe2ba7d
parente41fcfe955cb8080bf8f0e16352d3131d1f01ac8
Add support for -p/--patch to git-commit

The --interactive flag is already shared by git add and git commit,
share the -p and --patch flags too.

Signed-off-by: Conrad Irwin <conrad.irwin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit.txt
builtin/add.c
builtin/commit.c
commit.h