Files
git/Documentation
Tim Henigan bf73fc212a difftool: print list of valid tools with '--tool-help'
Since bc7a96a (mergetool--lib: Refactor tools into separate files,
2011-08-18), it is possible to add a new diff tool by creating a simple
script in the '$(git --exec-path)/mergetools' directory.  Updating the
difftool help text is still a manual process, and the documentation can
easily go out of sync.

This commit teaches difftool the '--tool-help' option, which:
  - Reads the list of valid tools from 'mergetools/*'
  - Determines which of them are actually installed
  - Determines which are capable of diffing (i.e. not just a merge tool)
  - Prints the resulting list for the user

Signed-off-by: Tim Henigan <tim.henigan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2012-04-23 12:00:42 -07:00
..
2012-03-14 15:47:45 -07:00
2011-08-08 09:30:12 -07:00
2012-03-04 22:21:52 -08:00
2012-01-29 13:18:53 -08:00
2012-03-01 14:45:14 -08:00
2012-03-05 11:32:19 -08:00
2011-08-30 12:35:51 -07:00
2011-12-12 11:52:31 -08:00
2012-02-26 17:39:04 -08:00
2012-02-22 18:17:39 -08:00
2011-09-06 11:42:12 -07:00
2011-05-19 10:55:54 -07:00
2011-03-11 10:59:16 -05:00
2012-02-08 19:59:41 -08:00
2012-03-12 15:52:52 -07:00
2010-07-05 13:39:02 -07:00
2010-07-20 16:59:17 -07:00