merge-recursive implicitely depends on trust_executable_bit
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>maint
parent
fe732edee1
commit
9faed78f59
|
|
@ -1308,6 +1308,7 @@ int main(int argc, char *argv[])
|
||||||
const char *branch1, *branch2;
|
const char *branch1, *branch2;
|
||||||
struct commit *result, *h1, *h2;
|
struct commit *result, *h1, *h2;
|
||||||
|
|
||||||
|
git_config(git_default_config); /* core.filemode */
|
||||||
original_index_file = getenv("GIT_INDEX_FILE");
|
original_index_file = getenv("GIT_INDEX_FILE");
|
||||||
|
|
||||||
if (!original_index_file)
|
if (!original_index_file)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue