mirror of
https://github.com/git/git.git
synced 2026-01-16 13:49:39 +00:00
Merge branch 'cc/test-ref-store-typofix'
An obvious typo in an assertion error message has been fixed. * cc/test-ref-store-typofix: helper/test-ref-store: fix "new-sha1" vs "old-sha1" typo
This commit is contained in:
@@ -233,7 +233,7 @@ static int cmd_update_ref(struct ref_store *refs, const char **argv)
|
||||
{
|
||||
const char *msg = notnull(*argv++, "msg");
|
||||
const char *refname = notnull(*argv++, "refname");
|
||||
const char *new_sha1_buf = notnull(*argv++, "old-sha1");
|
||||
const char *new_sha1_buf = notnull(*argv++, "new-sha1");
|
||||
const char *old_sha1_buf = notnull(*argv++, "old-sha1");
|
||||
unsigned int flags = arg_flags(*argv++, "flags");
|
||||
struct object_id old_oid;
|
||||
|
||||
Reference in New Issue
Block a user