[git]use meld for gittool gitmerge

This commit is contained in:
Mathieu Maret 2015-06-30 15:48:10 +02:00
parent 18e4cb4344
commit 164b69dc0c
1 changed files with 19 additions and 8 deletions

View File

@ -20,11 +20,22 @@
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
ls = ls-files
[diff "odf"]
# add to .git/info/attributes
# *.ods diff=odf
# *.odt diff=odf
# *.odp diff=odf
textconv=odt2txt
[diff "odt"]
textconv=odt2txt
dt=difftool # to have diff with meld
#[diff "odf"]
# textconv=odt2txt
#[diff "odt"]
# textconv=odt2txt
[difftool "meld"]
path = /usr/bin/meld
trustExitCode = false
[difftool]
prompt = false
[diff]
tool = meld
[mergetool "meld"]
path = /usr/bin/meld
trustExitCode = false
[mergetool]
keepBackup = false
[merge]
tool = meld