Bug | Documentation | git add -all | Synopsis has minor mistake
From: Benjamin Lehmann <hidden>
Date: 2023-12-15 12:38:32
From: Benjamin Lehmann <hidden>
Date: 2023-12-15 12:38:32
Hey. The mistake can be found in the synopsis here: https://git-scm.com/docs/git-add#Documentation/git-add.txt--A In the synopsys, the options -all currently reads: [--[no-]all | --[no-]ignore-removal | You can see that there is no mention of -A, which is the main way that people would use -all perhaps, so it really ought to be included correctly in the synopsis. In addition, the closing square-bracket is missing. Hope this was the right place to report this - seemed to be the only option. Ben