mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Merge branch 'pk/reflog-migrate-message-fix'
Message fix. * pk/reflog-migrate-message-fix: refs: add missing space in messages
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user