Skip to content

Improve Sphinx role usage, including linking Git manpages #1879

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 10 commits into from
Mar 16, 2024
Prev Previous commit
Next Next commit
Use more official link to index-format documentation
This could also be written automatically by labeling it with the
:manpage: role, but it doesn't seem to be an actual manpage, so I
have not done that.
  • Loading branch information
EliahKagan committed Mar 15, 2024
commit d271a84a67ab1cbb9c5922244fd5e17517520593
2 changes: 1 addition & 1 deletion git/index/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ def add(
handled manually at all.

All current built-in extensions are listed here:
http://opensource.apple.com/source/Git/Git-26/src/git-htmldocs/technical/index-format.txt
https://git-scm.com/docs/index-format

:return:
List of :class:`~git.index.typ.BaseIndexEntry`\s representing the entries
Expand Down