Skip to content
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 numberDiff line numberDiff 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 DownExpand 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 numberDiff line numberDiff 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 numberDiff line numberDiff 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 numberDiff line numberDiff 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