aboutsummaryrefslogtreecommitdiff
path: root/git-difftool.perl
Commit message (Expand)AuthorAge
* Merge branch 'jk/difftool-in-subdir' into maintJunio C Hamano2017-01-17
|\
| * difftool: rename variables for consistencyDavid Aguilar2016-12-11
| * difftool: chdir as early as possibleDavid Aguilar2016-12-11
| * difftool: sanitize $workdir as early as possibleDavid Aguilar2016-12-11
| * difftool: fix dir-diff index creation when in a subdirectoryDavid Aguilar2016-12-11
* | difftool: fix dir-diff index creation when in a subdirectoryDavid Aguilar2016-12-08
|/
* difftool: use Git::* functions instead of passing around stateDavid Aguilar2016-07-28
* difftool: avoid $GIT_DIR and $GIT_WORK_TREEDavid Aguilar2016-07-28
* difftool: fix argument handling in subdirsJohn Keeping2016-07-19
* difftool: handle unmerged files in dir-diff modeDavid Aguilar2016-05-16
* difftool: initialize variables for readabilityDavid Aguilar2016-05-16
* difftool: ignore symbolic links in use_wt_fileDavid Aguilar2015-10-29
* Merge branch 'da/difftool'Junio C Hamano2014-10-29
|\
| * difftool: add support for --trust-exit-codeDavid Aguilar2014-10-28
* | difftool: don't assume that default sh is saneCharles Bailey2014-10-15
|/
* difftool: support repositories with .git-filesDavid Aguilar2014-02-24
* difftool --dir-diff: allow changing any clean working tree fileKenichi Saita2013-05-29
* difftool: fix dir-diff when file does not exist in working treeJohn Keeping2013-05-17
* difftool: don't overwrite modified filesJohn Keeping2013-03-29
* Merge branch 'jk/difftool-dir-diff-edit-fix'Junio C Hamano2013-03-28
|\
| * difftool --dir-diff: symlink all files matching the working treeJohn Keeping2013-03-14
| * difftool: avoid double slashes in symlink targetsJohn Keeping2013-03-14
* | difftool: silence uninitialized variable warningDavid Aguilar2013-02-17
|/
* git-difftool: use git-mergetool--lib for "--tool-help"John Keeping2013-01-25
* difftool: silence warningRoss Lagerwall2012-08-21
* difftool: Disable --symlinks on cygwinDavid Aguilar2012-07-26
* difftool: Handle compare() returning -1David Aguilar2012-07-26
* difftool: Wrap long lines for readabilityDavid Aguilar2012-07-26
* difftool: Check all return codes from compare()David Aguilar2012-07-25
* difftool: Handle finding mergetools/ in a path with spacesDavid Aguilar2012-07-25
* difftool: Use symlinks when diffing against the worktreeDavid Aguilar2012-07-23
* difftool: Call the temp directory "git-difftool"David Aguilar2012-07-22
* difftool: Move option values into a hashDavid Aguilar2012-07-22
* difftool: Eliminate global variablesDavid Aguilar2012-07-22
* difftool: Simplify print_tool_help()David Aguilar2012-07-22
* difftool: only copy back files modified during directory diffTim Henigan2012-07-19
* difftool: print list of valid tools with '--tool-help'Tim Henigan2012-04-23
* difftool: teach difftool to handle directory diffsTim Henigan2012-04-23
* difftool: eliminate setup_environment functionTim Henigan2012-03-23
* difftool: stop appending '.exe' to gitTim Henigan2012-03-23
* difftool: remove explicit change of PATHTim Henigan2012-03-23
* difftool: exit(0) when usage is printedTim Henigan2012-03-23
* difftool: add '--no-gui' optionTim Henigan2012-03-23
* difftool: parse options using Getopt::LongTim Henigan2012-03-23
* use -h for synopsis and --help for manpage consistentlyClemens Buchacher2011-10-05
* difftool: Fix failure on CygwinRamsay Jones2010-12-14
* perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason2010-09-27
* difftool: Fix '--gui' when diff.guitool is unconfiguredDavid Aguilar2010-03-28
* difftool: Add '-x' and as an alias for '--extcmd'David Aguilar2010-01-15
* difftool: Allow specifying unconfigured commands with --extcmdDavid Aguilar2010-01-09