Merge branch 'pk/reflog-migrate-message-fix'
Message fix. * pk/reflog-migrate-message-fix: refs: add missing space in messagesmain
commit
f58ea683b5
|
|
@ -3124,7 +3124,7 @@ static int parse_and_write_reflog(struct files_ref_store *refs,
|
|||
if (!(update->flags & REF_HAVE_OLD) ||
|
||||
!(update->flags & REF_HAVE_NEW) ||
|
||||
!(update->flags & REF_LOG_ONLY)) {
|
||||
strbuf_addf(err, _("trying to write reflog for '%s'"
|
||||
strbuf_addf(err, _("trying to write reflog for '%s' "
|
||||
"with incomplete values"), update->refname);
|
||||
return REF_TRANSACTION_ERROR_GENERIC;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1103,7 +1103,7 @@ static enum ref_transaction_error prepare_single_update(struct reftable_ref_stor
|
|||
if (!(u->flags & REF_HAVE_OLD) ||
|
||||
!(u->flags & REF_HAVE_NEW) ||
|
||||
!(u->flags & REF_LOG_ONLY)) {
|
||||
strbuf_addf(err, _("trying to write reflog for '%s'"
|
||||
strbuf_addf(err, _("trying to write reflog for '%s' "
|
||||
"with incomplete values"), u->refname);
|
||||
return REF_TRANSACTION_ERROR_GENERIC;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue