On Fri, Oct 15, 2021 at 12:24 PM Emily Shaffer [off-list ref] wrote:
On Tue, Oct 12, 2021 at 03:30:26PM +0200, Ævar Arnfjörð Bjarmason wrote:
quoted
+ if (argc > 1 && strcmp(argv[1], "--") &&
+ strcmp(argv[1], "--end-of-options"))
--end-of-options isn't documented anywhere, right? Fine, I don't mind, but it's
interesting to support it "secretly".
This option is documented in Documentation/gitcli.txt (i.e. `git help cli`).