Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cvsserver: Do not include status output for subdirectories if -l is passed
[gitweb.git]
/
builtin-apply.c
diff --git
a/builtin-apply.c
b/builtin-apply.c
index a3f075df4bd91de8d3423420cfcffd9722ad9586..b5f78ac3a78679fdb747380305fb6772c39874e0 100644
(file)
--- a/
builtin-apply.c
+++ b/
builtin-apply.c
@@
-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;