summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fe732ed)
raw | patch | inline | side by side (parent: fe732ed)
author | Alex Riesen <raa.lkml@gmail.com> | |
Mon, 6 Nov 2006 10:38:52 +0000 (11:38 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 6 Nov 2006 16:42:02 +0000 (08:42 -0800) |
Read the configuration in to get core.filemode value for this
particular repository.
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
particular repository.
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
merge-recursive.c | patch | blob | history |
diff --git a/merge-recursive.c b/merge-recursive.c
index 2ba43ae84b20f993ba175f728297cf5360066872..c81048d7a7c133f8150da3ef43eab1854ea6be54 100644 (file)
--- a/merge-recursive.c
+++ b/merge-recursive.c
const char *branch1, *branch2;
struct commit *result, *h1, *h2;
+ git_config(git_default_config); /* core.filemode */
original_index_file = getenv("GIT_INDEX_FILE");
if (!original_index_file)