public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] doc: txt -> adoc fixes
@ 2025-02-28  3:47 Todd Zullinger
  2025-02-28  3:47 ` [PATCH 1/3] doc: update howto-index.sh for .adoc extensions Todd Zullinger
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Todd Zullinger @ 2025-02-28  3:47 UTC (permalink / raw)
  To: git; +Cc: Patrick Steinhardt, brian m. carlson

I noticed broken links in the howto-index.html output of v2.49.0-rc0.
This is due to the recent txt -> adoc renaming.  I chose to replace the
numerous occurences of "txt" with "adoc" in howto-index.sh for consistency
within the script.  It could be argued that only the few instances which
glob '*.txt' should be changed, of course.

I also renamed the git-*.txt files in contrib/contacts and contrib/subtree
while I was here.  The only other file in contrib which might warrant that
treatment is contrib/mw-to-git/git-remote-mediawiki.txt.  I skipped it as
I am not sure whether it is actively maintained anymore.  If we want to
rename it to be consistent, that's easy enough.

Todd Zullinger (3):
  doc: update howto-index.sh for .adoc extensions
  contrib/contacts: rename .txt to .adoc
  contrib/subtree: rename .txt to .adoc

 Documentation/howto/howto-index.sh                 | 14 +++++++-------
 contrib/contacts/Makefile                          |  2 +-
 .../{git-contacts.txt => git-contacts.adoc}        |  0
 contrib/subtree/Makefile                           |  2 +-
 .../subtree/{git-subtree.txt => git-subtree.adoc}  |  0
 5 files changed, 9 insertions(+), 9 deletions(-)
 rename contrib/contacts/{git-contacts.txt => git-contacts.adoc} (100%)
 rename contrib/subtree/{git-subtree.txt => git-subtree.adoc} (100%)

-- 
2.49.0.rc0


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2025-03-01 19:41 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-28  3:47 [PATCH 0/3] doc: txt -> adoc fixes Todd Zullinger
2025-02-28  3:47 ` [PATCH 1/3] doc: update howto-index.sh for .adoc extensions Todd Zullinger
2025-02-28 13:55   ` Junio C Hamano
2025-02-28  3:47 ` [PATCH 2/3] contrib/contacts: rename .txt to .adoc Todd Zullinger
2025-02-28  8:13   ` Patrick Steinhardt
2025-02-28 13:57     ` Todd Zullinger
2025-02-28 18:47       ` Junio C Hamano
2025-03-01 15:34         ` Todd Zullinger
2025-02-28  3:47 ` [PATCH 3/3] contrib/subtree: " Todd Zullinger
2025-02-28  8:13   ` Patrick Steinhardt
2025-02-28 13:50     ` Todd Zullinger
2025-02-28 14:09       ` Patrick Steinhardt
2025-02-28 18:34         ` Junio C Hamano
2025-02-28 13:45 ` [PATCH 0/3] doc: txt -> adoc fixes Junio C Hamano
2025-03-01 15:36 ` [PATCH v2 " Todd Zullinger
2025-03-01 15:36   ` [PATCH v2 1/3] doc: update howto-index.sh for .adoc extensions Todd Zullinger
2025-03-01 15:36   ` [PATCH v2 2/3] contrib/contacts: rename .txt to .adoc Todd Zullinger
2025-03-01 15:36   ` [PATCH v2 3/3] contrib/subtree: " Todd Zullinger
2025-03-01 18:02   ` [PATCH v2 0/3] doc: txt -> adoc fixes Junio C Hamano
2025-03-01 18:20   ` Junio C Hamano
2025-03-01 18:25     ` [PATCH v2 4/3] doc: fix build-docdep.perl Junio C Hamano
2025-03-01 19:41       ` Todd Zullinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox