summaryrefslogtreecommitdiff
path: root/git-mergetool.sh
Commit message (Expand)AuthorAgeFilesLines
...
* mergetool: Fix abort command when resolving symlinks and deleted filesTheodore Ts'o2007-03-291-4/+4
* mergetool: Remove spurious error message if merge.tool config option not setTheodore Ts'o2007-03-291-1/+1
* mergetool: factor out common codeTheodore Ts'o2007-03-291-42/+36
* mergetool: portability fix: don't use reserved word functionTheodore Ts'o2007-03-291-5/+5
* mergetool: portability fix: don't assume true is in /binTheodore Ts'o2007-03-291-2/+2
* mergetool: Don't error out in the merge case where the local file is deletedTheodore Ts'o2007-03-291-6/+5
* mergetool: Replace use of "echo -n" with printf(1) to be more portableTheodore Ts'o2007-03-291-14/+12
* mergetool: print an appropriate warning if merge.tool is unknownTheodore Ts'o2007-03-181-4/+9
* mergetool: Add support for vimdiff.James Bowes2007-03-181-3/+5
* Add git-mergetool to run an appropriate merge conflict resolution programTheodore Ts'o2007-03-131-0/+352