]> gitweb.fluxo.info Git - rhatto/dotfiles/git.git/commitdiff
Adds tig config
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Mar 2016 17:41:19 +0000 (14:41 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Mar 2016 17:41:19 +0000 (14:41 -0300)
gitconfig.dot.link

index 5fcc5d741400c372cd2742eb6c6dc3a477449eea..505562b823b27effceac915b09333dc01483ec83 100644 (file)
@@ -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