]> git.ipfire.org Git - thirdparty/git.git/commit
Documentation: extract script to generate a list of mergetools
authorPatrick Steinhardt <ps@pks.im>
Fri, 6 Dec 2024 13:24:55 +0000 (14:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Dec 2024 22:52:13 +0000 (07:52 +0900)
commit023c3370ac330760aaf399cf6f6d9dbd7350e8e5
treee727b47448acf7d0d4e629b286b37deb241c9ff8
parent628d49f6e595694afc657fd80c1a12bb09c693b7
Documentation: extract script to generate a list of mergetools

We include the list of available mergetools into our manpages. Extract
the script that performs this logic such that we can reuse it in other
build systems.

While at it, refactor the Makefile targets such that we don't create
"mergetools-list.made" anymore. It shouldn't be necessary, as we can
instead have other targets depend on "mergetools-{diff,merge}.txt"
directly.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
Documentation/generate-mergetool-list.sh [new file with mode: 0755]