[git]use meld for gittool gitmerge
This commit is contained in:
parent
18e4cb4344
commit
164b69dc0c
27
.gitconfig
27
.gitconfig
@ -20,11 +20,22 @@
|
|||||||
lol = log --graph --decorate --pretty=oneline --abbrev-commit
|
lol = log --graph --decorate --pretty=oneline --abbrev-commit
|
||||||
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
||||||
ls = ls-files
|
ls = ls-files
|
||||||
[diff "odf"]
|
dt=difftool # to have diff with meld
|
||||||
# add to .git/info/attributes
|
#[diff "odf"]
|
||||||
# *.ods diff=odf
|
# textconv=odt2txt
|
||||||
# *.odt diff=odf
|
#[diff "odt"]
|
||||||
# *.odp diff=odf
|
# textconv=odt2txt
|
||||||
textconv=odt2txt
|
[difftool "meld"]
|
||||||
[diff "odt"]
|
path = /usr/bin/meld
|
||||||
textconv=odt2txt
|
trustExitCode = false
|
||||||
|
[difftool]
|
||||||
|
prompt = false
|
||||||
|
[diff]
|
||||||
|
tool = meld
|
||||||
|
[mergetool "meld"]
|
||||||
|
path = /usr/bin/meld
|
||||||
|
trustExitCode = false
|
||||||
|
[mergetool]
|
||||||
|
keepBackup = false
|
||||||
|
[merge]
|
||||||
|
tool = meld
|
||||||
|
Loading…
Reference in New Issue
Block a user