git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/34] misc *.txt -> *.adoc fixes
@ 2025-03-03 20:43 Todd Zullinger
  2025-03-03 20:43 ` [PATCH 01/34] t0450: " Todd Zullinger
                   ` (34 more replies)
  0 siblings, 35 replies; 43+ messages in thread
From: Todd Zullinger @ 2025-03-03 20:43 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, brian m. carlson

As a follow-up to <Z8Ni0EyQYgD8uWJ0@teonanacatl.net>, this
series aims to fix a good number of the remaining references
to renamed *.txt files in our tree.

The first patch fixes an actual issue, where we were
skipping all the tests in t0450-txt-doc-vs-help.

Todd Zullinger (34):
  t0450: *.txt -> *.adoc fixes
  .gitattributes: more *.txt -> *.adoc updates
  doc: remove unneeded .gitattributes
  Makefile: update reference to technical/racy-git.adoc
  README: *.txt -> *.adoc fixes
  CodingGuidelines: *.txt -> *.adoc fixes
  MyFirstContribution: *.txt -> *.adoc fixes
  MyFirstObjectWalk: *.txt -> *.adoc fixes
  howto/new-command: update reference to builtin docs
  technical/partial-clone: update reference to rev-list-options.adoc
  doc: *.txt -> *.adoc fixes
  advice.h: *.txt -> *.adoc fixes
  apply.c: *.txt -> *.adoc fixes
  builtin.h: *.txt -> *.adoc fixes
  config.c: *.txt -> *.adoc fixes
  contrib/long-running-filter: *.txt -> *.adoc fixes
  diff.h: *.txt -> *.adoc fixes
  diffcore.h: *.txt -> *.adoc fixes
  fsck.h: *.txt -> *.adoc fixes
  list-objects-filter-options.h: *.txt -> *.adoc fixes
  object-name.c: *.txt -> *.adoc fixes
  parse-options.h: *.txt -> *.adoc fixes
  pseudo-merge.h: *.txt -> *.adoc fixes
  refs.h: *.txt -> *.adoc fixes
  setup.c: *.txt -> *.adoc fixes
  simple-ipc.h: *.txt -> *.adoc fixes
  t/helper/test-rot13-filter.c: *.txt -> *.adoc fixes
  t6012: *.txt -> *.adoc fixes
  t6434: *.txt -> *.adoc fixes
  trace2.h: *.txt -> *.adoc fixes
  trace2/tr2_sysenv.c: *.txt -> *.adoc fixes
  transport.h: *.txt -> *.adoc fixes
  unpack-trees.c: *.txt -> *.adoc fixes
  xdiff: *.txt -> *.adoc fixes

 .gitattributes                                |  6 +--
 Documentation/.gitattributes                  |  1 -
 Documentation/CodingGuidelines                |  4 +-
 Documentation/MyFirstContribution.adoc        | 24 ++++-----
 Documentation/MyFirstObjectWalk.adoc          | 12 ++---
 Documentation/gitattributes.adoc              |  6 +--
 Documentation/howto/new-command.adoc          |  2 +-
 Documentation/technical/api-simple-ipc.adoc   |  2 +-
 .../technical/hash-function-transition.adoc   |  2 +-
 Documentation/technical/partial-clone.adoc    |  2 +-
 Makefile                                      |  2 +-
 README.md                                     | 14 +++---
 advice.h                                      |  2 +-
 apply.c                                       |  2 +-
 builtin.h                                     |  2 +-
 config.c                                      | 16 +++---
 contrib/long-running-filter/example.pl        |  2 +-
 diff.h                                        |  2 +-
 diffcore.h                                    |  2 +-
 fsck.h                                        |  2 +-
 list-objects-filter-options.h                 |  2 +-
 object-name.c                                 |  2 +-
 parse-options.h                               |  2 +-
 pseudo-merge.h                                |  2 +-
 refs.h                                        |  2 +-
 setup.c                                       |  2 +-
 simple-ipc.h                                  |  2 +-
 t/helper/test-rot13-filter.c                  |  2 +-
 t/t0450-txt-doc-vs-help.sh                    | 50 +++++++++----------
 ...t-help-mismatches => adoc-help-mismatches} |  0
 t/t6012-rev-list-simplify.sh                  |  2 +-
 t/t6434-merge-recursive-rename-options.sh     |  2 +-
 trace2.h                                      |  2 +-
 trace2/tr2_sysenv.c                           |  2 +-
 transport.h                                   |  2 +-
 unpack-trees.c                                |  2 +-
 xdiff/xdiff.h                                 |  2 +-
 xdiff/xpatience.c                             |  2 +-
 38 files changed, 94 insertions(+), 95 deletions(-)
 delete mode 100644 Documentation/.gitattributes
 rename t/t0450/{txt-help-mismatches => adoc-help-mismatches} (100%)

-- 
2.49.0.rc0


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

end of thread, other threads:[~2025-03-04  0:15 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-03 20:43 [PATCH 00/34] misc *.txt -> *.adoc fixes Todd Zullinger
2025-03-03 20:43 ` [PATCH 01/34] t0450: " Todd Zullinger
2025-03-03 21:52   ` Junio C Hamano
2025-03-03 22:28     ` Todd Zullinger
2025-03-03 22:55       ` Junio C Hamano
2025-03-04  0:15         ` Todd Zullinger
2025-03-03 20:44 ` [PATCH 02/34] .gitattributes: more *.txt -> *.adoc updates Todd Zullinger
2025-03-03 20:44 ` [PATCH 03/34] doc: remove unneeded .gitattributes Todd Zullinger
2025-03-03 21:55   ` Junio C Hamano
2025-03-03 20:44 ` [PATCH 04/34] Makefile: update reference to technical/racy-git.adoc Todd Zullinger
2025-03-03 20:44 ` [PATCH 05/34] README: *.txt -> *.adoc fixes Todd Zullinger
2025-03-03 20:44 ` [PATCH 06/34] CodingGuidelines: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 07/34] MyFirstContribution: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 08/34] MyFirstObjectWalk: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 09/34] howto/new-command: update reference to builtin docs Todd Zullinger
2025-03-03 21:59   ` Junio C Hamano
2025-03-03 20:44 ` [PATCH 10/34] technical/partial-clone: update reference to rev-list-options.adoc Todd Zullinger
2025-03-03 20:44 ` [PATCH 11/34] doc: *.txt -> *.adoc fixes Todd Zullinger
2025-03-03 20:44 ` [PATCH 12/34] advice.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 13/34] apply.c: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 14/34] builtin.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 15/34] config.c: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 16/34] contrib/long-running-filter: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 17/34] diff.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 18/34] diffcore.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 19/34] fsck.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 20/34] list-objects-filter-options.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 21/34] object-name.c: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 22/34] parse-options.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 23/34] pseudo-merge.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 24/34] refs.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 25/34] setup.c: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 26/34] simple-ipc.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 27/34] t/helper/test-rot13-filter.c: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 28/34] t6012: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 29/34] t6434: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 30/34] trace2.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 31/34] trace2/tr2_sysenv.c: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 32/34] transport.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 33/34] unpack-trees.c: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 34/34] xdiff: " Todd Zullinger
2025-03-03 23:46 ` [PATCH 00/34] misc " brian m. carlson
2025-03-03 23:48   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).