On Thu, Jan 20 2022, Andreas Schwab wrote: > On Jan 20 2022, Ævar Arnfjörð Bjarmason wrote: > >> With that we'll now emit: >> >> $ ./git add -h 2>&1|grep chmod >> --chmod[=](+|-)x override the executable bit of the listed files > > That looks like --chmod+x is valid, which isn't. Indeed, it should be --chmod(=| )(+|-)x in that "else" case. But I think the rest of what I pointed out still applies with that amendmend. Thanks!