From 078811e5f0e67484b97c0bc7b05fcf3b47208af4 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Wed, 30 May 2018 14:33:44 -0400 Subject: [PATCH] Tig can read config from gitconfig --- gitconfig.local | 5 +++++ tigrc | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 tigrc diff --git a/gitconfig.local b/gitconfig.local index 327d259..a817b79 100644 --- a/gitconfig.local +++ b/gitconfig.local @@ -1,5 +1,8 @@ [format] pretty = %Cblue%h%Creset %Cgreen[%ar]%Creset (%an) %s +[color "diff"] + oldMoved = 141 + newMoved = 39 [include] path = .gitconfig.author [filter "lfs"] @@ -12,3 +15,5 @@ cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\" [alias] ksdiff = difftool -yt Kaleidoscope +[tig] + status-show-untracked-files = yes diff --git a/tigrc b/tigrc deleted file mode 100644 index f6c96ca..0000000 --- a/tigrc +++ /dev/null @@ -1 +0,0 @@ -set status-show-untracked-files = yes