X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fgitconfig;h=b77e7e2748fbe187e7c9b5712c0a55fcbdf60cd5;hb=7ddf095f187ca60d9a70fb83b2bc3c2b6d91f088;hp=f90378692102dff3584f2669d6dd0061774c0c65;hpb=49444d483588fca89ea94c8754b8b71940b9711f;p=clearscm.git diff --git a/rc/gitconfig b/rc/gitconfig index f903786..b77e7e2 100644 --- a/rc/gitconfig +++ b/rc/gitconfig @@ -1,6 +1,6 @@ [user] name = Andrew DeFaria - email = Andrew@DeFaria.com + email = A.DeFaria@cpanel.net [pack] windowMemory=128m @@ -11,7 +11,7 @@ pager = less -RX packedGitLimit=128m packedGitWindowSize=128m - excludesfile = /home/andrew/.gitignore + excludesfile = ~/.gitignore [color] status=auto @@ -55,8 +55,12 @@ [push] default = simple [http] - sslVerify = false + sslVerify = false [credential] - helper = store + helper = store --file ~/.git-credentials [pull] - rebase = false + rebase = false +[merge] + tool = meld +[mergetoo "meld"] + cmd = meld "$LOCAL" "$BASE" "$REMOTE" --output "$MERGED"