aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-19 14:41:19 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-19 14:41:19 -0300
commitf823c7da155a50ab5a63a0a49b0989538c00480e (patch)
treed8cdddd2d5d18cd98ee8a0728dc35a0bf9d34111
parent9f006011f3b8fed599e34e04e6686032d21939fa (diff)
downloadgit-f823c7da155a50ab5a63a0a49b0989538c00480e.tar.gz
git-f823c7da155a50ab5a63a0a49b0989538c00480e.tar.bz2
Adds tig config
-rw-r--r--gitconfig.dot.link3
1 files changed, 3 insertions, 0 deletions
diff --git a/gitconfig.dot.link b/gitconfig.dot.link
index 5fcc5d7..505562b 100644
--- a/gitconfig.dot.link
+++ b/gitconfig.dot.link
@@ -17,3 +17,6 @@
# Thanks https://stackoverflow.com/questions/3672073/git-merge-to-another-branch
#merge-to = "!f() { git checkout $1 && git merge $2 && git checkout -; }; f"
merge-to = "!f() { export tmp_branch=`git branch | grep '* ' | tr -d '* '`; git checkout $1 && git merge $tmp_branch && git checkout $tmp_branch; unset tmp_branch; }; f"
+
+[tig]
+ vertical-split = false