summaryrefslogtreecommitdiff
path: root/git-mergetool--lib.sh
AgeCommit message (Expand)AuthorFilesLines
2015-05-20mergetool--lib: set IFS for difftool and mergetoolLibravatar David Aguilar1-0/+3
2014-11-21mergetool--lib: remove use of $status globalLibravatar David Aguilar1-14/+5
2014-11-21mergetool--lib: remove no-op assignment to $status from setup_user_toolLibravatar Junio C Hamano1-1/+0
2014-11-18Merge branch 'da/difftool'Libravatar Junio C Hamano1-0/+1
2014-11-14difftool: honor --trust-exit-code for builtin toolsLibravatar David Aguilar1-0/+1
2014-10-21mergetool: rename bc3 to bcLibravatar Junio C Hamano1-1/+1
2013-11-26remove #!interpreter line from shell librariesLibravatar Jonathan Nieder1-2/+1
2013-10-14mergetool--lib: Fix typo in the merge/difftool helpLibravatar Stefan Saasen1-1/+1
2013-10-13mergetools/diffmerge: support DiffMerge as a git mergetoolLibravatar Stefan Saasen1-1/+2
2013-07-29many small typofixesLibravatar Ondřej Bílka1-1/+1
2013-06-17mergetool--lib: refactor {diff,merge}_cmd logicLibravatar John Keeping1-47/+35
2013-02-02doc: generate a list of valid merge toolsLibravatar David Aguilar1-1/+2
2013-02-02mergetool--lib: list user configured tools in '--tool-help'Libravatar John Keeping1-1/+40
2013-02-02mergetool--lib: add functions for finding available toolsLibravatar David Aguilar1-36/+65
2013-01-29mergetool--lib: improve the help text in guess_merge_tool()Libravatar David Aguilar1-1/+7
2013-01-29mergetool--lib: simplify command expressionsLibravatar David Aguilar1-23/+15
2013-01-28mergetools: simplify how we handle "vim" and "defaults"Libravatar David Aguilar1-30/+31
2013-01-27mergetool--lib: don't call "exit" in setup_toolLibravatar John Keeping1-3/+20
2013-01-27mergetool--lib: improve show_tool_help() outputLibravatar David Aguilar1-5/+21
2013-01-25git-mergetool: don't hardcode 'mergetool' in show_tool_helpLibravatar John Keeping1-2/+4
2013-01-25git-mergetool: remove redundant assignmentLibravatar John Keeping1-1/+0
2013-01-25git-mergetool: move show_tool_help to mergetool--libLibravatar John Keeping1-0/+37
2012-10-01Merge branch 'da/mergetool-custom'Libravatar Junio C Hamano1-2/+38
2012-09-25mergetool--lib: Allow custom commands to override built-insLibravatar David Aguilar1-2/+38
2012-08-27Merge branch 'da/difftool-updates'Libravatar Junio C Hamano1-1/+1
2012-08-10Add Code Compare v2.80.4 as a merge / diff tool for WindowsLibravatar Sebastian Schuberth1-1/+1
2012-07-23mergetool: support --tool-help option like difftool doesLibravatar Junio C Hamano1-1/+5
2011-09-19Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2011-09-19git-mergetool: check return value from readLibravatar Jay Soffian1-1/+1
2011-08-19mergetool--lib: Refactor tools into separate filesLibravatar David Aguilar1-333/+52
2011-08-19mergetool--lib: Make style consistent with gitLibravatar David Aguilar1-53/+100
2011-08-05misc-sh: fix up whitespace in some other .sh files.Libravatar Jon Seymour1-3/+3
2011-06-29Merge branch 'da/git-prefix-everywhere' into nextLibravatar Junio C Hamano1-0/+7
2011-05-26git-mergetool--lib: Make vimdiff retain the current directoryLibravatar David Aguilar1-0/+7
2011-05-01Pass empty file to p4merge where no base is suitable.Libravatar Ciaran Jessup1-6/+3
2011-03-19Merge branch 'ss/mergetool--lib'Libravatar Junio C Hamano1-104/+121
2011-02-28mergetool--lib: Add Beyond Compare 3 as a toolLibravatar Sebastian Schuberth1-2/+20
2011-02-28mergetool--lib: Sort tools alphabetically for easier lookupLibravatar Sebastian Schuberth1-110/+109
2011-02-25mergetool-lib: call vim in readonly mode for diffsLibravatar Michael J Gruber1-2/+2
2010-09-29mergetool-lib: make the three-way diff the default for vim/gvimLibravatar Dan McGee1-3/+15
2010-09-15mergetool-lib: add a three-way diff view for vim/gvimLibravatar Dan McGee1-2/+7
2010-09-15mergetool-lib: combine vimdiff and gvimdiff run blocksLibravatar Dan McGee1-14/+3
2010-08-20mergetool: Remove explicit references to /dev/ttyLibravatar Charles Bailey1-1/+1
2010-01-29add shebang line to git-mergetool--lib.shLibravatar Jeff King1-0/+1
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Libravatar Junio C Hamano1-7/+6
2009-11-23mergetool--lib: simplify guess_merge_tool()Libravatar René Scharfe1-7/+6
2009-10-28mergetool--lib: add p4merge as a pre-configured mergetool optionLibravatar Scott Chacon1-2/+15
2009-05-24mergetool--lib: add support for araxis mergeLibravatar David Aguilar1-2/+23
2009-05-09mergetool--lib: specialize diff options for emerge and ecmergeLibravatar David Aguilar1-3/+3
2009-04-12mergetool--lib: simplify API usage by removing more global variablesLibravatar David Aguilar1-51/+58