]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/merge-tree-use-config'
authorJunio C Hamano <gitster@pobox.com>
Mon, 15 May 2023 20:59:06 +0000 (13:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 May 2023 20:59:06 +0000 (13:59 -0700)
Allow git forges to disable replace-refs feature while running "git
merge-tree".

* ds/merge-tree-use-config:
  merge-tree: load default git config

1  2 
builtin/merge-tree.c

index aa8040c2a6a6ffa1ae03118910da61f4729fd11a,d401e74698b1194a30dee9b4a2034ea576b66f94..b8f8a8b5d9fb15e9f1225b3650faa7124c869877
@@@ -16,7 -13,7 +16,8 @@@
  #include "exec-cmd.h"
  #include "merge-blobs.h"
  #include "quote.h"
 +#include "tree.h"
+ #include "config.h"
  
  static int line_termination = '\n';