]> git.ipfire.org Git - thirdparty/git.git/commit
meson: wire up the git-subtree(1) command
authorPatrick Steinhardt <ps@pks.im>
Fri, 17 Jan 2025 09:56:07 +0000 (10:56 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Jan 2025 17:56:38 +0000 (09:56 -0800)
commit8454b42f947e185a65b2950123493928558f2f5e
treea57b4736d8f653386f58254d3761b6f00268f42b
parent07892da045c51eb97ad77aabe1ae4c34170ab3b4
meson: wire up the git-subtree(1) command

Wire up the git-subtree(1) command, which is part of "contrib/". Note
that we have to move around the exact location where we include the
"contrib/" subdirectory so that it comes after building the docs so that
we have access to some of the common functionality.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/subtree/meson.build [new file with mode: 0644]
meson.build