summaryrefslogtreecommitdiff
path: root/git-difftool.perl
AgeCommit message (Expand)AuthorFilesLines
2013-03-29difftool: don't overwrite modified filesLibravatar John Keeping1-14/+71
2013-03-28Merge branch 'jk/difftool-dir-diff-edit-fix'Libravatar Junio C Hamano1-4/+21
2013-03-14difftool --dir-diff: symlink all files matching the working treeLibravatar John Keeping1-3/+18
2013-03-14difftool: avoid double slashes in symlink targetsLibravatar John Keeping1-1/+3
2013-02-17difftool: silence uninitialized variable warningLibravatar David Aguilar1-1/+1
2013-01-25git-difftool: use git-mergetool--lib for "--tool-help"Libravatar John Keeping1-48/+7
2012-08-21difftool: silence warningLibravatar Ross Lagerwall1-1/+1
2012-07-26difftool: Disable --symlinks on cygwinLibravatar David Aguilar1-1/+2
2012-07-26difftool: Handle compare() returning -1Libravatar David Aguilar1-31/+68
2012-07-26difftool: Wrap long lines for readabilityLibravatar David Aguilar1-14/+32
2012-07-25difftool: Check all return codes from compare()Libravatar David Aguilar1-1/+10
2012-07-25difftool: Handle finding mergetools/ in a path with spacesLibravatar David Aguilar1-6/+21
2012-07-23difftool: Use symlinks when diffing against the worktreeLibravatar David Aguilar1-10/+23
2012-07-22difftool: Call the temp directory "git-difftool"Libravatar David Aguilar1-1/+1
2012-07-22difftool: Move option values into a hashLibravatar David Aguilar1-24/+31
2012-07-22difftool: Eliminate global variablesLibravatar David Aguilar1-53/+75
2012-07-22difftool: Simplify print_tool_help()Libravatar David Aguilar1-20/+5
2012-07-19difftool: only copy back files modified during directory diffLibravatar Tim Henigan1-2/+5
2012-04-23difftool: print list of valid tools with '--tool-help'Libravatar Tim Henigan1-2/+53
2012-04-23difftool: teach difftool to handle directory diffsLibravatar Tim Henigan1-21/+245
2012-03-23difftool: eliminate setup_environment functionLibravatar Tim Henigan1-7/+2
2012-03-23difftool: stop appending '.exe' to gitLibravatar Tim Henigan1-10/+1
2012-03-23difftool: remove explicit change of PATHLibravatar Tim Henigan1-4/+0
2012-03-23difftool: exit(0) when usage is printedLibravatar Tim Henigan1-4/+5
2012-03-23difftool: add '--no-gui' optionLibravatar Tim Henigan1-3/+4
2012-03-23difftool: parse options using Getopt::LongLibravatar Tim Henigan1-65/+46
2011-10-05use -h for synopsis and --help for manpage consistentlyLibravatar Clemens Buchacher1-1/+1
2010-12-14difftool: Fix failure on CygwinLibravatar Ramsay Jones1-4/+8
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Libravatar Ævar Arnfjörð Bjarmason1-0/+1
2010-03-28difftool: Fix '--gui' when diff.guitool is unconfiguredLibravatar David Aguilar1-5/+7
2010-01-15difftool: Add '-x' and as an alias for '--extcmd'Libravatar David Aguilar1-7/+14
2010-01-09difftool: Allow specifying unconfigured commands with --extcmdLibravatar David Aguilar1-0/+4
2010-01-03git-difftool: Add '--gui' for selecting a GUI toolLibravatar David Aguilar1-1/+12
2009-04-24Explain seemingly pointless use of system in difftoolLibravatar Alex Riesen1-0/+6
2009-04-22Wait for git diff to finish in git difftoolLibravatar Alex Riesen1-1/+2
2009-04-07difftool: add support for a difftool.prompt config variableLibravatar David Aguilar1-3/+12
2009-04-07difftool: move 'git-difftool' out of contribLibravatar David Aguilar1-0/+76