ソースを参照

Set git branch.autoSetupMerge to always

master
10sr 5年前
コミット
d9f557987d
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile ファイルの表示

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


読み込み中…
キャンセル
保存