Browse Source

Add fetch.prune true

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

+ 3
- 0
Makefile View File

@@ -297,11 +297,14 @@ else
$(git_conf) status.relativePaths false $(git_conf) status.relativePaths false
$(git_conf) status.showUntrackedFiles normal $(git_conf) status.showUntrackedFiles normal
$(git_conf) log.date iso $(git_conf) log.date iso
$(git_conf) fetch.prune true
$(git_conf) fetch.pruneTags true
$(git_conf) push.default current $(git_conf) push.default current
$(git_conf) pull.ff only $(git_conf) pull.ff only
ifneq (,$(xz)) ifneq (,$(xz))
$(git_conf) tar.txz.command "xz -c" $(git_conf) tar.txz.command "xz -c"
endif endif

$(git_conf) alias.graph "log --graph --date-order -C -M --pretty=tformat:\"%C(green)%h%C(reset) %C(white)%ad%C(reset) %C(red)%an%C(reset)%C(yellow)%d%C(reset) %C(white bold)%s%C(reset)\" --date=short -n 499" $(git_conf) alias.graph "log --graph --date-order -C -M --pretty=tformat:\"%C(green)%h%C(reset) %C(white)%ad%C(reset) %C(red)%an%C(reset)%C(yellow)%d%C(reset) %C(white bold)%s%C(reset)\" --date=short -n 499"
$(git_conf) alias.st "status -s -b" $(git_conf) alias.st "status -s -b"
$(git_conf) alias.b "branch" $(git_conf) alias.b "branch"


Loading…
Cancel
Save