Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sequencer: avoid using errno clobbered by rollback_lock_file()
[gitweb.git]
/
common-main.c
diff --git
a/common-main.c
b/common-main.c
index 6a689007e7ce3fe08f148e8b82c0a1c618c513a5..b989e136b5df3736ae8e14264b9738df204f91e8 100644
(file)
--- a/
common-main.c
+++ b/
common-main.c
@@
-1,5
+1,5
@@
#include "cache.h"
-#include "exec
_
cmd.h"
+#include "exec
-
cmd.h"
#include "attr.h"
/*
@@
-34,6
+34,8
@@
int main(int argc, const char **argv)
git_setup_gettext();
+ initialize_the_repository();
+
attr_start();
git_extract_argv0_path(argv[0]);