1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Tig can read config from gitconfig

This commit is contained in:
Daniel Barber 2018-05-30 14:33:44 -04:00
parent 2b228546bc
commit 078811e5f0
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 5 additions and 1 deletions

View File

@ -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

1
tigrc
View File

@ -1 +0,0 @@
set status-show-untracked-files = yes