Added git split-diff
This commit is contained in:
parent
6081c13f66
commit
7a0806ce75
16
.gitconfig
16
.gitconfig
@ -4,6 +4,7 @@
|
|||||||
[core]
|
[core]
|
||||||
editor = /usr/bin/vim
|
editor = /usr/bin/vim
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
|
pager = git-split-diffs --color | less -RFX
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
@ -42,21 +43,6 @@
|
|||||||
[diff]
|
[diff]
|
||||||
compactionHeuristic = true
|
compactionHeuristic = true
|
||||||
|
|
||||||
[pager]
|
|
||||||
diff = delta
|
|
||||||
log = delta
|
|
||||||
reflog = delta
|
|
||||||
show = delta
|
|
||||||
|
|
||||||
[delta]
|
|
||||||
plus-style = "syntax #012800"
|
|
||||||
minus-style = "syntax #340001"
|
|
||||||
syntax-theme = Monokai Extended
|
|
||||||
navigate = true
|
|
||||||
|
|
||||||
[interactive]
|
|
||||||
diffFilter = delta --color-only
|
|
||||||
|
|
||||||
[url "ssh://git@github.com"]
|
[url "ssh://git@github.com"]
|
||||||
insteadOf = https://github.com
|
insteadOf = https://github.com
|
||||||
[url "ssh://git@gitlab.et-scm.com/"]
|
[url "ssh://git@gitlab.et-scm.com/"]
|
||||||
|
Loading…
Reference in New Issue
Block a user