Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname' into maint
[gitweb.git]
/
builtin
/
gc.c
diff --git
a/builtin/gc.c
b/builtin/gc.c
index c19545d49e217400ee1736183c870557b9c9d54b..7fa717a3b6ab08bb5b4d5549eeb96f07460f95e6 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;
}