Merge branch 'jl/nor-or-nand-and'
Eradicate mistaken use of "nor" (that is, essentially "nor" used not in "neither A nor B" ;-)) from in-code comments, command output strings, and documentations. * jl/nor-or-nand-and: code and test: fix misuses of "nor" comments: fix misuses of "nor" contrib: fix misuses of "nor" Documentation: fix misuses of "nor"
This commit is contained in:
@ -904,11 +904,11 @@ int cmd_clean(int argc, const char **argv, const char *prefix)
|
||||
|
||||
if (!interactive && !dry_run && !force) {
|
||||
if (config_set)
|
||||
die(_("clean.requireForce set to true and neither -i, -n nor -f given; "
|
||||
die(_("clean.requireForce set to true and neither -i, -n, nor -f given; "
|
||||
"refusing to clean"));
|
||||
else
|
||||
die(_("clean.requireForce defaults to true and neither -i, -n nor -f given; "
|
||||
"refusing to clean"));
|
||||
die(_("clean.requireForce defaults to true and neither -i, -n, nor -f given;"
|
||||
" refusing to clean"));
|
||||
}
|
||||
|
||||
if (force > 1)
|
||||
|
||||
Reference in New Issue
Block a user