author | Junio C Hamano <junkio@cox.net> | |
Fri, 30 Mar 2007 06:08:45 +0000 (23:08 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 30 Mar 2007 06:09:40 +0000 (23:09 -0700) | ||
commit | 18acb3e6c76b42d109cac956d63a1c709b0d76b2 | |
tree | dc303fce1e4174977a8cfc24147ce6bcb83c8a4d | tree | snapshot |
parent | 7685227e973fce34340d3766b1775263751afa56 | commit | diff |
parent | 27090aa1eabdc44553a0d8a51ff4ab9543c64c65 | commit | diff |
Merge branch 'master' of git://repo.or.cz/git/mergetool.git
* 'master' of git://repo.or.cz/git/mergetool.git:
mergetool: Clean up description of files and prompts for merge resolutions
mergetool: Make git-rm quiet when resolving a deleted file conflict
mergetool: Add support for Apple Mac OS X's opendiff command
mergetool: Fix abort command when resolving symlinks and deleted files
mergetool: Remove spurious error message if merge.tool config option not set
mergetool: factor out common code
mergetool: portability fix: don't use reserved word function
mergetool: portability fix: don't assume true is in /bin
mergetool: Don't error out in the merge case where the local file is deleted
mergetool: Replace use of "echo -n" with printf(1) to be more portable
Fix minor formatting issue in man page for git-mergetool
* 'master' of git://repo.or.cz/git/mergetool.git:
mergetool: Clean up description of files and prompts for merge resolutions
mergetool: Make git-rm quiet when resolving a deleted file conflict
mergetool: Add support for Apple Mac OS X's opendiff command
mergetool: Fix abort command when resolving symlinks and deleted files
mergetool: Remove spurious error message if merge.tool config option not set
mergetool: factor out common code
mergetool: portability fix: don't use reserved word function
mergetool: portability fix: don't assume true is in /bin
mergetool: Don't error out in the merge case where the local file is deleted
mergetool: Replace use of "echo -n" with printf(1) to be more portable
Fix minor formatting issue in man page for git-mergetool