mirror of
https://github.com/git/git
synced 2024-10-30 04:01:21 +00:00
Merge branch 'ja/worktree-orphan'
Typofix in an error message. * ja/worktree-orphan: builtin/worktree.c: fix typo in "forgot fetch" msg
This commit is contained in:
commit
05c8603564
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ static int can_use_remote_refs(const struct add_opts *opts)
|
||||||
return 1;
|
return 1;
|
||||||
} else if (!opts->force && remote_get(NULL)) {
|
} else if (!opts->force && remote_get(NULL)) {
|
||||||
die(_("No local or remote refs exist despite at least one remote\n"
|
die(_("No local or remote refs exist despite at least one remote\n"
|
||||||
"present, stopping; use 'add -f' to overide or fetch a remote first"));
|
"present, stopping; use 'add -f' to override or fetch a remote first"));
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue