Quellcode durchsuchen

Add git config pull.ff only

master
10sr vor 6 Jahren
Ursprung
Commit
3fd1c18cec
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile Datei anzeigen

@@ -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


Laden…
Abbrechen
Speichern