Merge branch 'fc/doc-fast-forward'
* fc/doc-fast-forward: Use 'fast-forward' all over the place Conflicts: builtin-merge.c
This commit is contained in:
@ -341,9 +341,9 @@ static const char *update(struct command *cmd)
|
||||
break;
|
||||
free_commit_list(bases);
|
||||
if (!ent) {
|
||||
error("denying non-fast forward %s"
|
||||
error("denying non-fast-forward %s"
|
||||
" (you should pull first)", name);
|
||||
return "non-fast forward";
|
||||
return "non-fast-forward";
|
||||
}
|
||||
}
|
||||
if (run_update_hook(cmd)) {
|
||||
|
Reference in New Issue
Block a user