From: Silvio Rhatto Date: Sat, 19 Mar 2016 17:41:19 +0000 (-0300) Subject: Adds tig config X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f823c7da155a50ab5a63a0a49b0989538c00480e;p=rhatto%2Fdotfiles%2Fgit.git Adds tig config --- 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