Valentin Haenel [off-list ref] writes:
quoted
If some files could not be added because of errors indexing
them, do not abort the operation, but continue adding the
others. The command shall still exit with non-zero status.
+ The configuration variable `add.ignoreErrors` can be set to
+ true to make this the default behaviour.
Its unrelated to 'interactive.singlekey', can i 'stuff' it into the
series too, or better make a seperate one?
Yes, this is totally unrelated; I just wanted to write it down so somebody
remembers. Please make it a separate patch that comes before anything
else.
quoted
@@ -189,7 +191,8 @@ interactive command loop.
The command loop shows the list of subcommands available, and
gives a prompt "What now> ". In general, when the prompt ends
with a single '>', you can pick only one of the choices given
-and type return, like this:
+and type return (the configuration variable `interactive.singlekey`
+can be set to true to omit hitting return, by the way), like this:
If what i wrote above is correct, this should go into the section about
the patch mode, rather than here?
Yes, please move find a more appropriate home for that description.
Thanks.