git/contrib/subtree
D. Ben Knoble d63417e3ad meson: make GIT_HTML_PATH configurable
Makefile-based builds can configure Git's internal HTML_PATH by defining
htmldir, which is useful for packagers that put documentation in
different locations. Gentoo, for example, uses version-suffixed
directories like ${prefix}/share/doc/git-2.51 and puts the HTML
documentation in an 'html' subdirectory of the same.

Propagate the same configuration knob to Meson-based builds so that
"git --html-path" on such systems can be configured to output the
correct directory.

Signed-off-by: D. Ben Knoble <ben.knoble+github@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2025-11-06 09:58:56 -08:00
..
t contrib/subtree: fix split with squashed subtrees 2025-09-11 09:01:15 -07:00
.gitignore contrib/subtree: fix building docs 2025-01-17 09:56:37 -08:00
COPYING
INSTALL
Makefile contrib/subtree: rename .txt to .adoc 2025-03-01 10:00:52 -08:00
README doc: update references to renamed AsciiDoc files 2025-06-06 15:05:47 -07:00
git-subtree.adoc contrib/subtree: add -S/--gpg-sign 2025-06-04 09:32:17 -07:00
git-subtree.sh contrib/subtree: fix split with squashed subtrees 2025-09-11 09:01:15 -07:00
meson.build meson: make GIT_HTML_PATH configurable 2025-11-06 09:58:56 -08:00
todo

README

Please read git-subtree.adoc for documentation.

Please don't contact me using github mail; it's slow, ugly, and worst of
all, redundant. Email me instead at apenwarr@gmail.com and I'll be happy to
help.

Avery