author | Conrad Irwin <conrad.irwin@gmail.com> | |
Sat, 7 May 2011 06:00:00 +0000 (23:00 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 10 May 2011 00:02:33 +0000 (17:02 -0700) | ||
commit | e41fcfe955cb8080bf8f0e16352d3131d1f01ac8 | |
tree | ef2dc9166a47aab6a31cac04fada687cfbcc4053 | tree | snapshot |
parent | 587ac8c9d4b4a9e054dddb4779f6206fde5950ef | commit | diff |
Allow git commit --interactive with paths
Make git commit --interactive feel more like git add --interactive by
allowing the user to restrict the list of files they have to deal with.
A test in t7501 used to ensure that this is not allowed; no need for that
anymore.
Signed-off-by: Conrad Irwin <conrad.irwin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Make git commit --interactive feel more like git add --interactive by
allowing the user to restrict the list of files they have to deal with.
A test in t7501 used to ensure that this is not allowed; no need for that
anymore.
Signed-off-by: Conrad Irwin <conrad.irwin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/commit.c | diff | blob | history | |
t/t7501-commit.sh | diff | blob | history |