diff options
| author | Taylor Blau <me@ttaylorr.com> | 2025-07-08 14:47:50 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-07-08 13:03:27 -0700 |
| commit | 7f5dd143acb69b8ee87a1b36c4b0e3cd1e08cafe (patch) | |
| tree | b5c3eaaa72aff363eb5df1cf4da5a0981afc4ba2 | |
| parent | Git 2.49.1 (diff) | |
| download | git-7f5dd143acb69b8ee87a1b36c4b0e3cd1e08cafe.tar.gz git-7f5dd143acb69b8ee87a1b36c4b0e3cd1e08cafe.zip | |
Documentation/RelNotes: use .adoc extension for new security releases
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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.43.7.adoc (renamed from Documentation/RelNotes/2.43.7.txt) | 0 | ||||
| -rw-r--r-- | Documentation/RelNotes/2.44.4.adoc (renamed from Documentation/RelNotes/2.44.4.txt) | 0 | ||||
| -rw-r--r-- | Documentation/RelNotes/2.45.4.adoc (renamed from Documentation/RelNotes/2.45.4.txt) | 0 | ||||
| -rw-r--r-- | Documentation/RelNotes/2.46.4.adoc (renamed from Documentation/RelNotes/2.46.4.txt) | 0 | ||||
| -rw-r--r-- | Documentation/RelNotes/2.47.3.adoc (renamed from Documentation/RelNotes/2.47.3.txt) | 0 | ||||
| -rw-r--r-- | Documentation/RelNotes/2.48.2.adoc (renamed from Documentation/RelNotes/2.48.2.txt) | 0 | ||||
| -rw-r--r-- | Documentation/RelNotes/2.49.1.adoc (renamed from Documentation/RelNotes/2.49.1.txt) | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.43.7.txt b/Documentation/RelNotes/2.43.7.adoc index 95702a036e..95702a036e 100644 --- a/Documentation/RelNotes/2.43.7.txt +++ b/Documentation/RelNotes/2.43.7.adoc diff --git a/Documentation/RelNotes/2.44.4.txt b/Documentation/RelNotes/2.44.4.adoc index 8db4d5b537..8db4d5b537 100644 --- a/Documentation/RelNotes/2.44.4.txt +++ b/Documentation/RelNotes/2.44.4.adoc diff --git a/Documentation/RelNotes/2.45.4.txt b/Documentation/RelNotes/2.45.4.adoc index 5b50d8daf0..5b50d8daf0 100644 --- a/Documentation/RelNotes/2.45.4.txt +++ b/Documentation/RelNotes/2.45.4.adoc diff --git a/Documentation/RelNotes/2.46.4.txt b/Documentation/RelNotes/2.46.4.adoc index 622f4c752f..622f4c752f 100644 --- a/Documentation/RelNotes/2.46.4.txt +++ b/Documentation/RelNotes/2.46.4.adoc diff --git a/Documentation/RelNotes/2.47.3.txt b/Documentation/RelNotes/2.47.3.adoc index bc2a2b833b..bc2a2b833b 100644 --- a/Documentation/RelNotes/2.47.3.txt +++ b/Documentation/RelNotes/2.47.3.adoc diff --git a/Documentation/RelNotes/2.48.2.txt b/Documentation/RelNotes/2.48.2.adoc index f3f2f90c2b..f3f2f90c2b 100644 --- a/Documentation/RelNotes/2.48.2.txt +++ b/Documentation/RelNotes/2.48.2.adoc diff --git a/Documentation/RelNotes/2.49.1.txt b/Documentation/RelNotes/2.49.1.adoc index c619e8b495..c619e8b495 100644 --- a/Documentation/RelNotes/2.49.1.txt +++ b/Documentation/RelNotes/2.49.1.adoc |
