summaryrefslogtreecommitdiff
path: root/git-difftool.perl
AgeCommit message (Expand)AuthorFilesLines
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