]> git.ipfire.org Git - thirdparty/git.git/commitdiff
contrib/subtree: rename .txt to .adoc
authorTodd Zullinger <tmz@pobox.com>
Sat, 1 Mar 2025 15:36:04 +0000 (10:36 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 1 Mar 2025 18:00:52 +0000 (10:00 -0800)
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>
contrib/subtree/Makefile
contrib/subtree/git-subtree.adoc [moved from contrib/subtree/git-subtree.txt with 100% similarity]
contrib/subtree/meson.build

index 8fe0bfd4013fe8cbea639b4d6c479cfcfc447571..c0c9f21cb780220b64195b6a67d317b734f1d437 100644 (file)
@@ -50,7 +50,7 @@ GIT_SUBTREE    := git-subtree
 
 GIT_SUBTREE_DOC := git-subtree.1
 GIT_SUBTREE_XML := git-subtree.xml
-GIT_SUBTREE_TXT := git-subtree.txt
+GIT_SUBTREE_TXT := git-subtree.adoc
 GIT_SUBTREE_HTML := git-subtree.html
 GIT_SUBTREE_TEST := ../../git-subtree
 
index a752a188df1894d93466c9a468b9e665e7a26ff3..9c72b2362595a6d113708d2797e94d416d28526d 100644 (file)
@@ -32,7 +32,7 @@ if get_option('docs').contains('man')
       '@INPUT@',
     ],
     depends: documentation_deps,
-    input: 'git-subtree.txt',
+    input: 'git-subtree.adoc',
     output: 'git-subtree.xml',
   )
 
@@ -63,7 +63,7 @@ if get_option('docs').contains('html')
       '@INPUT@',
     ],
     depends: documentation_deps,
-    input: 'git-subtree.txt',
+    input: 'git-subtree.adoc',
     output: 'git-subtree.html',
     install: true,
     install_dir: get_option('datadir') / 'doc/git-doc',