Re: [PATCH v2 4/4] doc: Generate a list of valid merge tools

2013-01-27 Thread Junio C Hamano
David Aguilar writes: > Use the show_tool_names() function to build lists of all > the built-in tools supported by difftool and mergetool. > This frees us from needing to update the documentation > whenever a new tool is added. > > Signed-off-by: David Aguilar > --- > Adjusted to use show_tool_n

[PATCH v2 4/4] doc: Generate a list of valid merge tools

2013-01-27 Thread David Aguilar
Use the show_tool_names() function to build lists of all the built-in tools supported by difftool and mergetool. This frees us from needing to update the documentation whenever a new tool is added. Signed-off-by: David Aguilar --- Adjusted to use show_tool_names() and reworked the makefile depend