summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-06-22 12:32:55 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-06-22 12:32:55 +0900
commit8c89933dd803f24ac2859c9bc494d0c00b685815 (patch)
tree2e74e3476df7c544d7f7069d126236bf9a3079f5 /.gitconfig
parent739a96e0bc5635fbc1371d2e853fa9b68dbab7d1 (diff)
downloaddotfiles-8c89933dd803f24ac2859c9bc494d0c00b685815.tar.gz
dgit: disable push.followTags
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig
index ff830540..b9b0c11b 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -73,8 +73,9 @@
# push strategy
[push]
- default = current
- followTags = true
+ default = current
+ # temporarily disabled to work around dgit bug
+ followTags = false
# how to use git-send-email:
# <http://www.freedesktop.org/wiki/Software/PulseAudio/HowToUseGitSendEmail/>