mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
Merge branch 'tq/refs-internal-comment-fix'
Fix for typo in a sample code in comment. * tq/refs-internal-comment-fix: refs: docstring typo
This commit is contained in:
commit
eea5e03a5a
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,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);
|
||||||
|
|
Loading…
Reference in a new issue