Browse Source

Add git configs

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

+ 2
- 0
Makefile View File

@@ -301,6 +301,8 @@ else
$(git_conf) fetch.pruneTags true
$(git_conf) push.default current
$(git_conf) pull.ff only
$(git_conf) rebase.stat true
$(git_conf) rebase.missingCommitsCheck error
ifneq (,$(xz))
$(git_conf) tar.txz.command "xz -c"
endif


Loading…
Cancel
Save