Code

Always set *nongit_ok in setup_git_directory_gently()
[git.git] / builtin-apply.c
index a3f075df4bd91de8d3423420cfcffd9722ad9586..b5f78ac3a78679fdb747380305fb6772c39874e0 100644 (file)
@@ -2994,7 +2994,7 @@ int cmd_apply(int argc, const char **argv, const char *unused_prefix)
        int read_stdin = 1;
        int inaccurate_eof = 0;
        int errs = 0;
-       int is_not_gitdir = 0;
+       int is_not_gitdir;
 
        const char *whitespace_option = NULL;