зеркало из https://github.com/microsoft/git.git
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:
Коммит
e91a1b1ade
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче