* [PATCH] Documentation/RelNotes: use .adoc extension for new security releases
@ 2025-07-08 18:47 Taylor Blau
2025-07-08 20:04 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Taylor Blau @ 2025-07-08 18:47 UTC (permalink / raw)
To: git; +Cc: Junio C Hamano
When preparing the latest round of security fixes, we wrote release
notes in v2.43.7, and then successively merged those up through to the
various 'maint' branches.
However, the 2.49 release series is the first to have commit 1f010d6bdf
(doc: use .adoc extension for AsciiDoc files, 2025-01-20). This means
that we should have renamed the new-but-historical release notes from
*.txt to *.adoc during the merge into the 'maint-2.49' branch, but
neglected to do so.
Rename them accordingly to match the convention introduced by
1f010d6bdf. Since the release materials in question here were prepared
before v2.50.0 was tagged, the 'maint' track for that release series is
OK as is.
Signed-off-by: Taylor Blau <me@ttaylorr•com>
---
Documentation/RelNotes/{2.43.7.txt => 2.43.7.adoc} | 0
Documentation/RelNotes/{2.44.4.txt => 2.44.4.adoc} | 0
Documentation/RelNotes/{2.45.4.txt => 2.45.4.adoc} | 0
Documentation/RelNotes/{2.46.4.txt => 2.46.4.adoc} | 0
Documentation/RelNotes/{2.47.3.txt => 2.47.3.adoc} | 0
Documentation/RelNotes/{2.48.2.txt => 2.48.2.adoc} | 0
Documentation/RelNotes/{2.49.1.txt => 2.49.1.adoc} | 0
7 files changed, 0 insertions(+), 0 deletions(-)
rename Documentation/RelNotes/{2.43.7.txt => 2.43.7.adoc} (100%)
rename Documentation/RelNotes/{2.44.4.txt => 2.44.4.adoc} (100%)
rename Documentation/RelNotes/{2.45.4.txt => 2.45.4.adoc} (100%)
rename Documentation/RelNotes/{2.46.4.txt => 2.46.4.adoc} (100%)
rename Documentation/RelNotes/{2.47.3.txt => 2.47.3.adoc} (100%)
rename Documentation/RelNotes/{2.48.2.txt => 2.48.2.adoc} (100%)
rename Documentation/RelNotes/{2.49.1.txt => 2.49.1.adoc} (100%)
diff --git a/Documentation/RelNotes/2.43.7.txt b/Documentation/RelNotes/2.43.7.adoc
similarity index 100%
rename from Documentation/RelNotes/2.43.7.txt
rename to Documentation/RelNotes/2.43.7.adoc
diff --git a/Documentation/RelNotes/2.44.4.txt b/Documentation/RelNotes/2.44.4.adoc
similarity index 100%
rename from Documentation/RelNotes/2.44.4.txt
rename to Documentation/RelNotes/2.44.4.adoc
diff --git a/Documentation/RelNotes/2.45.4.txt b/Documentation/RelNotes/2.45.4.adoc
similarity index 100%
rename from Documentation/RelNotes/2.45.4.txt
rename to Documentation/RelNotes/2.45.4.adoc
diff --git a/Documentation/RelNotes/2.46.4.txt b/Documentation/RelNotes/2.46.4.adoc
similarity index 100%
rename from Documentation/RelNotes/2.46.4.txt
rename to Documentation/RelNotes/2.46.4.adoc
diff --git a/Documentation/RelNotes/2.47.3.txt b/Documentation/RelNotes/2.47.3.adoc
similarity index 100%
rename from Documentation/RelNotes/2.47.3.txt
rename to Documentation/RelNotes/2.47.3.adoc
diff --git a/Documentation/RelNotes/2.48.2.txt b/Documentation/RelNotes/2.48.2.adoc
similarity index 100%
rename from Documentation/RelNotes/2.48.2.txt
rename to Documentation/RelNotes/2.48.2.adoc
diff --git a/Documentation/RelNotes/2.49.1.txt b/Documentation/RelNotes/2.49.1.adoc
similarity index 100%
rename from Documentation/RelNotes/2.49.1.txt
rename to Documentation/RelNotes/2.49.1.adoc
base-commit: aadf8ae518afd80b73d49eff8aff475161aa5157
--
2.49.0.dirty
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation/RelNotes: use .adoc extension for new security releases
2025-07-08 18:47 [PATCH] Documentation/RelNotes: use .adoc extension for new security releases Taylor Blau
@ 2025-07-08 20:04 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2025-07-08 20:04 UTC (permalink / raw)
To: Taylor Blau; +Cc: git
Taylor Blau <me@ttaylorr•com> writes:
> When preparing the latest round of security fixes, we wrote release
> notes in v2.43.7, and then successively merged those up through to the
> various 'maint' branches.
>
> However, the 2.49 release series is the first to have commit 1f010d6bdf
> (doc: use .adoc extension for AsciiDoc files, 2025-01-20). This means
> that we should have renamed the new-but-historical release notes from
> *.txt to *.adoc during the merge into the 'maint-2.49' branch, but
> neglected to do so.
>
> Rename them accordingly to match the convention introduced by
> 1f010d6bdf. Since the release materials in question here were prepared
> before v2.50.0 was tagged, the 'maint' track for that release series is
> OK as is.
>
> Signed-off-by: Taylor Blau <me@ttaylorr•com>
> ---
Thanks. Will take it directly on top of maint-2.49 branch.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-08 20:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-08 18:47 [PATCH] Documentation/RelNotes: use .adoc extension for new security releases Taylor Blau
2025-07-08 20:04 ` 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