From: Conrad Irwin <conrad.irwin@xxxxxxxxx> 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 636aea6..7707af8 100644 --- a/builtin/commit.c +++ b/builtin/commit.c @@ -1084,8 +1084,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.5.188.g4817 -- 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