Merge branch 'rt/rebase-in-c-message-fix'
* rt/rebase-in-c-message-fix: builtin/rebase.c: remove superfluous space in messagesmaint
commit
544d114eb2
|
@ -1549,7 +1549,7 @@ int cmd_rebase(int argc, const char **argv, const char *prefix)
|
||||||
*/
|
*/
|
||||||
strbuf_reset(&msg);
|
strbuf_reset(&msg);
|
||||||
if (!oidcmp(&merge_base, &options.orig_head)) {
|
if (!oidcmp(&merge_base, &options.orig_head)) {
|
||||||
printf(_("Fast-forwarded %s to %s. \n"),
|
printf(_("Fast-forwarded %s to %s.\n"),
|
||||||
branch_name, options.onto_name);
|
branch_name, options.onto_name);
|
||||||
strbuf_addf(&msg, "rebase finished: %s onto %s",
|
strbuf_addf(&msg, "rebase finished: %s onto %s",
|
||||||
options.head_name ? options.head_name : "detached HEAD",
|
options.head_name ? options.head_name : "detached HEAD",
|
||||||
|
|
Loading…
Reference in New Issue