Eric Sunshine <sunshine@xxxxxxxxxxxxxx> writes: >> This is undesirable, and points out a gap in the design of `git >> for-each-repo`: We need a mode where that command does not stop on an >> error, but continues to try the running the specified command with the >> other repositories. > > s/try the running/try running/ > ... >> + OPT_BOOL(0, "keep-going", &keep_going, >> + N_("stop at the first repository where the operation failed")), > > Isn't this help string opposite the intended meaning? Taking a hint > from GNU "make --help", should it instead by something like: > > N_("keep going even if command fails in a repository")), Good eyes. Thanks for carefully reading.