/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
commit: fix patch hunk editing with "commit -p -m"
[git/git.git]
/
builtin
/
gc.c
diff --git
a/builtin/gc.c
b/builtin/gc.c
index
c19545d
..
7fa717a
100644
(file)
--- a/
builtin/gc.c
+++ b/
builtin/gc.c
@@
-179,7
+179,7
@@
static int need_to_gc(void)
else if (!too_many_loose_objects())
return 0;
- if (run_hook(NULL, "pre-auto-gc", NULL))
+ if (run_hook
_le
(NULL, "pre-auto-gc", NULL))
return 0;
return 1;
}