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. Signed-off-by: Conrad Irwin <conrad.irwin@xxxxxxxxx> --- builtin/commit.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/builtin/commit.c b/builtin/commit.c index 41f0e2e..592c2d2 100644 --- a/builtin/commit.c +++ b/builtin/commit.c @@ -1012,8 +1012,6 @@ static int parse_and_validate_options(int argc, const char *argv[], if (all && argc > 0) die("Paths with -a does not make sense."); - else if (interactive && argc > 0) - die("Paths with --interactive does not make sense."); if (null_termination && status_format == STATUS_FORMAT_LONG) status_format = STATUS_FORMAT_PORCELAIN; -- 1.7.4.1.g1c7a9.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html