Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Make git-mv work in subdirectories, too
[gitweb.git]
/
read-tree.c
diff --git
a/read-tree.c
b/read-tree.c
index 6a456ae61100f8e45f97394d7ea23be4faa63fc4..df156ea0dad15ee810e8036442dfcab9202ef46a 100644
(file)
--- a/
read-tree.c
+++ b/
read-tree.c
@@
-633,6
+633,8
@@
int main(int argc, char **argv)
if (newfd < 0)
die("unable to create new cachefile");
+ git_config(git_default_config);
+
merge = 0;
reset = 0;
for (i = 1; i < argc; i++) {