зеркало из https://github.com/microsoft/git.git
sequencer: convert one use of EMPTY_TREE_SHA1_HEX
Convert one use of EMPTY_TREE_SHA1_HEX to use empty_tree_oid_hex to avoid a dependency on a given hash algorithm. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
e9fe6f262e
Коммит
7a915b4b74
|
@ -1480,7 +1480,7 @@ static int do_pick_commit(enum todo_command command, struct commit *commit,
|
|||
unborn = get_oid("HEAD", &head);
|
||||
if (unborn)
|
||||
oidcpy(&head, the_hash_algo->empty_tree);
|
||||
if (index_differs_from(unborn ? EMPTY_TREE_SHA1_HEX : "HEAD",
|
||||
if (index_differs_from(unborn ? empty_tree_oid_hex() : "HEAD",
|
||||
NULL, 0))
|
||||
return error_dirty_index(opts);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче