Git fork

contrib/subtree: rename .txt to .adoc

The .txt extensions were changed to .adoc in 1f010d6bdf (doc: use .adoc
extension for AsciiDoc files, 2025-01-20).

Do the same for contrib/subtree.

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Todd Zullinger and committed by
Junio C Hamano
561de07b fa779fa8

+3 -3
+1 -1
contrib/subtree/Makefile
··· 50 50 51 51 GIT_SUBTREE_DOC := git-subtree.1 52 52 GIT_SUBTREE_XML := git-subtree.xml 53 - GIT_SUBTREE_TXT := git-subtree.txt 53 + GIT_SUBTREE_TXT := git-subtree.adoc 54 54 GIT_SUBTREE_HTML := git-subtree.html 55 55 GIT_SUBTREE_TEST := ../../git-subtree 56 56
contrib/subtree/git-subtree.txt contrib/subtree/git-subtree.adoc
+2 -2
contrib/subtree/meson.build
··· 32 32 '@INPUT@', 33 33 ], 34 34 depends: documentation_deps, 35 - input: 'git-subtree.txt', 35 + input: 'git-subtree.adoc', 36 36 output: 'git-subtree.xml', 37 37 ) 38 38 ··· 63 63 '@INPUT@', 64 64 ], 65 65 depends: documentation_deps, 66 - input: 'git-subtree.txt', 66 + input: 'git-subtree.adoc', 67 67 output: 'git-subtree.html', 68 68 install: true, 69 69 install_dir: get_option('datadir') / 'doc/git-doc',