Skip to content

Commit

Permalink
Prefer Kaleidoscope as the diff and merge tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McCullough committed Apr 25, 2014
1 parent f228d2d commit dc9c00d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
logfive = log --graph --pretty=oneline --abbrev-commit --decorate --all -5
noderelnotes = git log --graph --pretty=format:'%h%d %s (%an)'
configsimplelog = config format.pretty oneline
listignored = ls-files --others -i --exclude-standard


[apply]
Expand All @@ -193,7 +194,7 @@
cmd = araxisgitdiff ONE $LOCAL THREE FOUR $REMOTE
[diff]
# tool = araxis
tool = myaraxis
tool = Kaleidoscope
# renames = true

[mergetool]
Expand All @@ -203,7 +204,7 @@
cmd = araxisgitmerge $PWD/$REMOTE $PWD/$BASE $PWD/$LOCAL $PWD/$MERGED
[merge]
# tool = araxis
tool = p4merge
tool = Kaleidoscope

[branch]
# Automatically set up pull to be --rebase
Expand Down Expand Up @@ -249,3 +250,11 @@

[push]
default = matching
[difftool "Kaleidoscope"]
cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\"
[mergetool "Kaleidoscope"]
cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
trustExitCode = true
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f

0 comments on commit dc9c00d

Please sign in to comment.