X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-add.c;h=08443f2f1ecf7d9edd21cec11fa74548c3326df5;hb=2464456a6ac9216d59d9e2cf0d86fee072f63cf8;hp=ac98c8354d84a7f556c22c53fbe9007832ac4346;hpb=094f75b4330a68aba7e92b74ddb9282b9f083c6f;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)