Browse Source

Add git config pull.ff only

master
10sr 6 years ago
parent
commit
3fd1c18cec
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@@ -305,6 +305,7 @@ else
$(git_conf) status.showUntrackedFiles normal
$(git_conf) log.date iso
$(git_conf) push.default current
$(git_conf) pull.ff only
ifneq (,$(xz))
$(git_conf) tar.txz.command "xz -c"
endif


Loading…
Cancel
Save