-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Lists of git subcommands missing on git
manpage on git-scm.com
#1982
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
Comments
Seems like a re-occurrence of #1941. I would guess that it is caused by that disruptive |
Yep. This rename is a gift that keeps on giving.</s> Here you can see the symptom of the problem:
And those files indeed do not exist, see e.g. https://github.com/git/git/blob/v2.49.0/Documentation/cmds-mainporcelain.adoc. The reason is that these files need to be generated, and the stunts git-scm.com needs to perform to generate those needs to be adjusted. |
@mhagger do you need more pointers to work on a fix? |
Sorry, I won't have time to work on a fix. |
@dscho It's more complex than that. It's because I'm working on a fix. |
Derp, the issue of the screenshot is a different one from the one described above. |
Opened #1993 |
URL for broken page
https://git-scm.com/docs/git#_high_level_commands_porcelain
Problem
The sections `High-level commands (porcelain)" and "Low-level commands (plumbing)" should contain lists of all git commands (e.g., "Manipulation commands"). But on the webpage cited above, there are no commands listed.
Operating system and browser
Ubuntu 24.04 and Google Chrome Version 134.0.6998.88 (Official Build) (64-bit).
Steps to reproduce
Go to the above link. Observe that there are no big lists of git subcommands.
Other details
N/A.
The text was updated successfully, but these errors were encountered: