Allow git commit --interactive with paths
commite41fcfe955cb8080bf8f0e16352d3131d1f01ac8
authorConrad Irwin <conrad.irwin@gmail.com>
Sat, 7 May 2011 06:00:00 +0000 (6 23:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 May 2011 00:02:33 +0000 (9 17:02 -0700)
treeef2dc9166a47aab6a31cac04fada687cfbcc4053
parent587ac8c9d4b4a9e054dddb4779f6206fde5950ef
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>
builtin/commit.c
t/t7501-commit.sh