Git: moultiple improvements (mostly optimization)
This commit is contained in:
25
.gitconfig
25
.gitconfig
@@ -9,6 +9,8 @@
|
|||||||
autocrlf = false
|
autocrlf = false
|
||||||
excludesfile = /home/rkmiec/.config/git/ignore
|
excludesfile = /home/rkmiec/.config/git/ignore
|
||||||
symlinks = true
|
symlinks = true
|
||||||
|
attributesfile = ~/.gitattributes
|
||||||
|
fsmonitor = true
|
||||||
#attributesfile = ~/.gitattributes
|
#attributesfile = ~/.gitattributes
|
||||||
[help]
|
[help]
|
||||||
autocorrect = 1
|
autocorrect = 1
|
||||||
@@ -60,13 +62,28 @@
|
|||||||
rebase = true
|
rebase = true
|
||||||
[commit]
|
[commit]
|
||||||
template = .gitmessage
|
template = .gitmessage
|
||||||
verbose = true
|
verbose = false
|
||||||
[mergetool "vimdiff"]
|
[mergetool "vimdiff"]
|
||||||
cmd = nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'
|
cmd = nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
#[diff "image"]
|
[diff "image"]
|
||||||
# command = /home/kmcr/tools/git-diff-image/git_diff_image
|
command = /home/kmcr/tools/git-diff-image/git_diff_image
|
||||||
# textconv = imgcat
|
textconv = imgcat
|
||||||
|
[diff "model"]
|
||||||
|
command = /home/kmcr/tools/git-diff-image/git_diff_image
|
||||||
|
textconv = imgcat
|
||||||
[advice]
|
[advice]
|
||||||
detachedHead = false
|
detachedHead = false
|
||||||
|
[submodule]
|
||||||
|
recurse = false
|
||||||
|
[rerere]
|
||||||
|
enabled = true
|
||||||
|
[column]
|
||||||
|
ui = auto
|
||||||
|
[branch]
|
||||||
|
sort = -commiterdate
|
||||||
|
[fetch]
|
||||||
|
writeCommitGraph = true
|
||||||
|
[maintenance]
|
||||||
|
repo = /home/kmcr/repos/hems/hemsmilsimulation
|
||||||
|
|||||||
Reference in New Issue
Block a user