X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=builtin-add.c;h=08443f2f1ecf7d9edd21cec11fa74548c3326df5;hb=b9d37a5420446d0db2dc0dc5458a5e50656a4852;hp=ac98c8354d84a7f556c22c53fbe9007832ac4346;hpb=745bc77604f56d9253958fbcab81c4a8cd3bf170;p=git.git diff --git a/builtin-add.c b/builtin-add.c index ac98c8354..08443f2f1 100644 --- a/builtin-add.c +++ b/builtin-add.c @@ -15,7 +15,7 @@ static const char * const builtin_add_usage[] = { "git add [options] [--] ...", NULL }; -static int patch_interactive = 0, add_interactive = 0; +static int patch_interactive, add_interactive; static int take_worktree_changes; static void fill_pathspec_matches(const char **pathspec, char *seen, int specs)