Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config: don't implicitly use gitdir or commondir
[gitweb.git]
/
builtin
/
verify-commit.c
diff --git
a/builtin/verify-commit.c
b/builtin/verify-commit.c
index 38bedf8f9fe6a718af704d8be16b7787881f8c11..d5e9a17a77aa0eae71118e1ce27ded90b267a008 100644
(file)
--- a/
builtin/verify-commit.c
+++ b/
builtin/verify-commit.c
@@
-6,6
+6,7
@@
* Based on git-verify-tag
*/
#include "cache.h"
+#include "config.h"
#include "builtin.h"
#include "commit.h"
#include "run-command.h"