Improve git diff tooling, add jj config
This commit is contained in:
parent
29371f8ed2
commit
5d8d946d3e
4 changed files with 31 additions and 9 deletions
13
git/config
13
git/config
|
|
@ -7,6 +7,7 @@
|
|||
whitespace = error
|
||||
preloadindex = true
|
||||
untrackedCache = true
|
||||
pager = delta
|
||||
|
||||
[status]
|
||||
branch = true
|
||||
|
|
@ -19,15 +20,15 @@
|
|||
interHunkContext = 10
|
||||
algorithm = histogram
|
||||
|
||||
[pager]
|
||||
diff = diff-so-fancy | $PAGER
|
||||
|
||||
[diff-so-fancy]
|
||||
markEmptyLines = false
|
||||
stripLeadingSymbols = false
|
||||
[delta]
|
||||
navigate = true
|
||||
dark = false
|
||||
side-by-side = true
|
||||
pager = "less --RAW-CONTROL-CHARS --quit-if-one-screen"
|
||||
|
||||
[interactive]
|
||||
singleKey = true
|
||||
diffFilter = delta --color-only
|
||||
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue