Skip to content

Rename references from *.txt to *.adoc in documentation paths. #769

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Hacking-Git.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ suggest improvements. Thanks!

* ["My First Contribution"](https://git-scm.com/docs/MyFirstContribution)

* ["My First Object Walk"](https://github.com/git/git/blob/master/Documentation/MyFirstObjectWalk.txt)
* ["My First Object Walk"](https://github.com/git/git/blob/master/Documentation/MyFirstObjectWalk.adoc)

* [Matheus' tutorial](https://matheustavares.gitlab.io/posts/first-steps-contributing-to-git)

Expand Down Expand Up @@ -102,7 +102,7 @@ suggest improvements. Thanks!

* [`gitworkflows`](https://git-scm.com/docs/gitworkflows) manual page

* ["How to maintain Git"](https://github.com/git/git/blob/master/Documentation/howto/maintain-git.txt)
* ["How to maintain Git"](https://github.com/git/git/blob/master/Documentation/howto/maintain-git.adoc)

* ["How the Creators of Git do Branching"](https://hackernoon.com/how-the-creators-of-git-do-branches-e6fcc57270fb), and the associated [gitworkflow](https://github.com/rocketraman/gitworkflow) repository

Expand Down
2 changes: 1 addition & 1 deletion SoC-2019-Ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ See discussion in:
- Possible mentors: Christian Couder, Thomas Gummerer

A number of Git commands, like `git log`, can show commit information
in a configurable way using ["pretty" formats](https://github.com/git/git/blob/master/Documentation/pretty-formats.txt).
in a configurable way using ["pretty" formats](https://github.com/git/git/blob/master/Documentation/pretty-formats.adoc).
Such formats though don't yet support some features that users would
like, for example to display a log like the following:

Expand Down
2 changes: 1 addition & 1 deletion SoC-2020-Ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ See discussion in:

A number of Git commands, like `git log`, can show commit information
in a configurable way using
["pretty" formats](https://github.com/git/git/blob/master/Documentation/pretty-formats.txt).
["pretty" formats](https://github.com/git/git/blob/master/Documentation/pretty-formats.adoc).
Such formats though don't yet support some features that users would
like, for example to display a log like the following:

Expand Down
4 changes: 2 additions & 2 deletions SoC-2024-Ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ the reftable ones.
- <https://lore.kernel.org/git/[email protected]/>
- <https://lore.kernel.org/git/[email protected]/>
- <https://lore.kernel.org/git/[email protected]/>
- <https://github.com/git/git/blob/master/Documentation/technical/unit-tests.txt>
- <https://github.com/git/git/blob/master/Documentation/technical/unit-tests.adoc>

Expected Project Size: 175 hours or 350 hours

Expand All @@ -77,7 +77,7 @@ the new framework.
See:

- this discussion <https://lore.kernel.org/git/[email protected]/>
- <https://github.com/git/git/blob/master/Documentation/technical/unit-tests.txt>
- <https://github.com/git/git/blob/master/Documentation/technical/unit-tests.adoc>
- <https://git-scm.com/docs/reftable>

Expected Project Size: 175 hours or 350 hours
Expand Down