code and test: fix misuses of "nor"
Signed-off-by: Justin Lebar <jlebar@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
01689909eb
commit
235e8d5914
@ -1123,7 +1123,7 @@ static int parse_and_validate_options(int argc, const char *argv[],
|
||||
if (argc == 0 && only && amend)
|
||||
only_include_assumed = _("Clever... amending the last one with dirty index.");
|
||||
if (argc > 0 && !also && !only)
|
||||
only_include_assumed = _("Explicit paths specified without -i nor -o; assuming --only paths...");
|
||||
only_include_assumed = _("Explicit paths specified without -i or -o; assuming --only paths...");
|
||||
if (!cleanup_arg || !strcmp(cleanup_arg, "default"))
|
||||
cleanup_mode = use_editor ? CLEANUP_ALL : CLEANUP_SPACE;
|
||||
else if (!strcmp(cleanup_arg, "verbatim"))
|
||||
|
Reference in New Issue
Block a user