projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
diff: avoid generating unused hunk header lines
[git]
/
builtin
/
apply.c
diff --git
a/builtin/apply.c
b/builtin/apply.c
index
48d3989
..
3f099b9
100644
(file)
--- a/
builtin/apply.c
+++ b/
builtin/apply.c
@@
-16,7
+16,7
@@
int cmd_apply(int argc, const char **argv, const char *prefix)
int ret;
struct apply_state state;
- if (init_apply_state(&state, prefix))
+ if (init_apply_state(&state,
the_repository,
prefix))
exit(128);
argc = apply_parse_options(argc, argv,