Browse Source

Set git branch.autoSetupMerge to always

master
10sr 5 years ago
parent
commit
d9f557987d
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@@ -301,6 +301,7 @@ else
$(git_conf) fetch.pruneTags true
$(git_conf) push.default current
$(git_conf) pull.ff only
$(git_conf) branch.autoSetupMerge always
ifneq (,$(xz))
$(git_conf) tar.txz.command "xz -c"
endif


Loading…
Cancel
Save