Signed-off-by: Tao Qingyun <taoqy@ls-a.me>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Tao Qingyun 2018-09-15 10:15:46 +08:00 коммит произвёл Junio C Hamano
Родитель fc54c1af3e
Коммит 7b6057c852
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -281,7 +281,7 @@ int refs_rename_ref_available(struct ref_store *refs,
* *
* // Access information about the current reference: * // Access information about the current reference:
* if (!(iter->flags & REF_ISSYMREF)) * if (!(iter->flags & REF_ISSYMREF))
* printf("%s is %s\n", iter->refname, oid_to_hex(&iter->oid)); * printf("%s is %s\n", iter->refname, oid_to_hex(iter->oid));
* *
* // If you need to peel the reference: * // If you need to peel the reference:
* ref_iterator_peel(iter, &oid); * ref_iterator_peel(iter, &oid);