mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
20 lines
470 B
Plaintext
20 lines
470 B
Plaintext
[format]
|
|
pretty = %Cblue%h%Creset %Cgreen[%ar]%Creset (%an) %s
|
|
[color "diff"]
|
|
oldMoved = 141
|
|
newMoved = 39
|
|
[include]
|
|
path = .gitconfig.author
|
|
[filter "lfs"]
|
|
required = true
|
|
clean = git-lfs clean %f
|
|
smudge = git-lfs smudge %f
|
|
[diff]
|
|
tool = Kaleidoscope
|
|
[difftool "Kaleidoscope"]
|
|
cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\"
|
|
[alias]
|
|
ksdiff = difftool -yt Kaleidoscope
|
|
[tig]
|
|
status-show-untracked-files = yes
|