Skip to content

Commit 7fdd366

Browse files
authored
Merge pull request #770 from ayu-ch/ac-update-adoc-in-editions
Rename references from *.txt to *.adoc in Rev News editions.
2 parents 9d76265 + 3099fa0 commit 7fdd366

10 files changed

+11
-11
lines changed

Diff for: _posts/2015-08-05-edition-6.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Git 2.5 is out! The project maintainer, Junio C. Hamano, has [shared his thought
2525
2626
He goes on to talk about some of his favourite new features included in the release, such as a new short hand `branch@{push}` that "denotes the remote-tracking branch that tracks the branch at the remote the branch would be pushed to", and a new option `--ws-error-highlight` that can be used with `git diff` and friends to show whitespace breakages in deleted and context lines.
2727

28-
Be sure to see the post for more on the new features, or checkout the [release notes in the source](https://github.com/git/git/blob/master/Documentation/RelNotes/2.5.0.txt) for all the nitty gritty details.
28+
Be sure to see the post for more on the new features, or checkout the [release notes in the source](https://github.com/git/git/blob/master/Documentation/RelNotes/2.5.0.adoc) for all the nitty gritty details.
2929

3030

3131
### Did you know?

Diff for: _posts/2017-12-20-edition-34.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ __Various__
310310
* [Git Essentials, 2nd Edition](https://www.packtpub.com/application-development/git-essentials-second-edition)
311311
* [Git: Version Control for Everyone](https://www.packtpub.com/application-development/git-version-control-everyone) (which was [reviewed](https://git-blame.blogspot.com/2013/02/git-version-control-for-everyone.html) by Junio C Hamano on his blog)
312312
* [Discussions on Hacker News](https://news.ycombinator.com/item?id=15819033)
313-
about [the hash transition plan](https://github.com/git/git/blob/master/Documentation/technical/hash-function-transition.txt).
313+
about [the hash transition plan](https://github.com/git/git/blob/master/Documentation/technical/hash-function-transition.adoc).
314314
* [Protecting code integrity with PGP](https://github.com/lfit/itpol/blob/master/protecting-code-integrity.md) (beta),
315315
part of Useful IT Policies project
316316
* [Effortlessly maintain a high quality change log with Git notes](https://harrow.io/blog/effortlessly-maintain-a-high-quality-change-log-with-little-known-git-tricks/) by Lee Hambley

Diff for: _posts/2018-07-18-edition-41.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ With Brian's latest patches Git would work using NewHash, including
3636
passing the test suite, though it would be incompatible with current
3737
Git.
3838

39-
As the [hash function transition plan](https://github.com/git/git/blob/master/Documentation/technical/hash-function-transition.txt)
39+
As the [hash function transition plan](https://github.com/git/git/blob/master/Documentation/technical/hash-function-transition.adoc)
4040
tells that a Git using NewHash should be able to communicate through
4141
fetching and pushing with a Git using SHA-1, the next step is to
4242
implement such kind of communication and that's what Brian started to

Diff for: _posts/2018-08-22-edition-42.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This edition covers what happened during the month of July 2018.
2525
discussed the state of NewHash work, i.e. the process of selecting
2626
Git's next-generation hash function. [This discussion has concluded](https://public-inbox.org/git/20180724190136.GA5@0f3cdde9c159/)
2727
with the selection of SHA-256. An
28-
[update to `hash-function-transition.txt` to change `NewHash` to `SHA-256`](https://github.com/git/git/blob/master/Documentation/technical/hash-function-transition.txt)
28+
[update to `hash-function-transition.txt` to change `NewHash` to `SHA-256`](https://github.com/git/git/blob/master/Documentation/technical/hash-function-transition.adoc)
2929
is queued in the `next` branch.
3030

3131
<!---

Diff for: _posts/2018-11-21-edition-45.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ This edition covers what happened during the month of October 2018.
106106

107107
* [[RFC] Generation Number v2](https://public-inbox.org/git/86tvl0zhos.fsf@gmail.com/t/#u)
108108

109-
The [commit-graph](https://github.com/git/git/blob/master/Documentation/technical/commit-graph.txt)
109+
The [commit-graph](https://github.com/git/git/blob/master/Documentation/technical/commit-graph.adoc)
110110
file mechanism (see the description above) accelerates commit graph
111111
walks in the two following ways:
112112

Diff for: _posts/2019-06-28-edition-52.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This edition covers what happened during the month of May 2019.
2929
where Git's test suite spends its time.
3030

3131
His script also uses the new
32-
[Git Trace2 API](https://github.com/git/git/blob/master/Documentation/technical/api-trace2.txt)
32+
[Git Trace2 API](https://github.com/git/git/blob/master/Documentation/technical/api-trace2.aodc)
3333
which has been developed mostly by Jeff Hostetler
3434
[starting nearly one year ago](https://public-inbox.org/git/20180713165621.52017-1-git@jeffhostetler.com/)
3535
and then through different versions:
@@ -104,7 +104,7 @@ This edition covers what happened during the month of May 2019.
104104

105105
* [[PATCH 00/17] [RFC] Commit-graph: Write incremental files](https://public-inbox.org/git/6d9c0911-6f36-3fb7-2be9-2be9bc68fc69@gmail.com/t/)
106106

107-
The road to incremental serialized [commit-graph](https://github.com/git/git/blob/master/Documentation/technical/commit-graph.txt)
107+
The road to incremental serialized [commit-graph](https://github.com/git/git/blob/master/Documentation/technical/commit-graph.adoc)
108108
started with [an attempt to create commit-graph file format v2](https://public-inbox.org/git/pull.112.git.gitgitgadget@gmail.com/t/#u)
109109

110110
> The commit-graph file format has some shortcomings that were discussed

Diff for: _posts/2023-10-31-edition-104.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ __Light reading__
135135
by Kristian Lumme on Tower’s blog.
136136
+ [Measuring Git performance with OpenTelemetry](https://github.blog/2023-10-16-measuring-git-performance-with-opentelemetry/)
137137
by Jeff Hostetler on GitHub Blog. It describes how to use open source
138-
[Trace2](https://github.com/git/git/blob/master/Documentation/technical/api-trace2.txt)
138+
[Trace2](https://github.com/git/git/blob/master/Documentation/technical/api-trace2.adoc)
139139
[receiver component (trace2receiver)](https://github.com/git-ecosystem/trace2receiver)
140140
and [OpenTelemetry](https://opentelemetry.io/docs/what-is-opentelemetry/)
141141
to capture and visualize telemetry from your Git commands.

Diff for: _posts/2024-04-30-edition-110.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ This edition covers what happened during the months of March and April 2024.
8787

8888
Junio replied by summarizing the current process related to these
8989
descriptions and pointing to the
90-
["Documentation/howto/maintain-git.txt" file](https://github.com/git/git/blob/master/Documentation/howto/maintain-git.txt),
90+
["Documentation/howto/maintain-git.adoc" file](https://github.com/git/git/blob/master/Documentation/howto/maintain-git.adoc),
9191
which describes his workflow and says that maintaining these topic
9292
descriptions is his responsibility as the project maintainer. He
9393
then mentioned some downsides of giving that responsibility to the

Diff for: _posts/2024-10-31-edition-116.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ __Light reading__
297297
Learn how to use this command to make use of references
298298
for information dumping, statistics, and much more.
299299
Included in this article is use of the new `is-base` field name recently added in
300-
[Git 2.47.0](https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.47.0.txt).
300+
[Git 2.47.0](https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.47.0.adoc).
301301
+ [Searching for and navigating Git commits](https://alexharri.com/blog/searching-and-navigating-git-commits)
302302
by Alex Harri on his blog.
303303
+ [Why some of us like "interdiff" code review](https://gist.github.com/thoughtpolice/9c45287550a56b2047c6311fbadebed2)

Diff for: _posts/2024-12-31-edition-118.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ This edition covers what happened during the months of November and December 202
178178
(via comments in [`meson.build`](https://git.kernel.org/pub/scm/git/git.git/tree/meson.build))
179179
to help build Git with Meson and
180180
[a build system comparison](https://lore.kernel.org/git/20241206-pks-meson-v11-23-525ed4792b88@pks.im/#Z31Documentation:technical:build-systems.txt)
181-
(in [`Documentation/technical/build-systems.txt`](https://git.kernel.org/pub/scm/git/git.git/tree/Documentation/technical/build-systems.txt))
181+
(in [`Documentation/technical/build-systems.txt`](https://git.kernel.org/pub/scm/git/git.git/tree/Documentation/technical/build-systems.adoc))
182182
that might be interesting to read.
183183

184184

0 commit comments

Comments
 (0)