Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/status'
[gitweb.git]
/
commit-tree.c
diff --git
a/commit-tree.c
b/commit-tree.c
index ea0fdd44e2865e63c6e4750345a30c42e699cf66..b1c8dca48d803d06c3340df32fcaa57c291ce32d 100644
(file)
--- a/
commit-tree.c
+++ b/
commit-tree.c
@@
-5,9
+5,6
@@
*/
#include "cache.h"
-#include <pwd.h>
-#include <time.h>
-
#define BLOCKING (1ul << 14)
/*
@@
-89,6
+86,8
@@
int main(int argc, char **argv)
unsigned int size;
setup_ident();
+ setup_git_directory();
+
git_config(git_default_config);
if (argc < 2 || get_sha1_hex(argv[1], tree_sha1) < 0)