mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-04 17:13:25 +00:00
reflog: fix documentation typos
This commit is contained in:
parent
65d12df525
commit
f7ae3f7531
@ -97,9 +97,9 @@ GIT_EXTERN(const git_reflog_entry *) git_reflog_entry_byindex(git_reflog *reflog
|
|||||||
/**
|
/**
|
||||||
* Remove an entry from the reflog by its index
|
* Remove an entry from the reflog by its index
|
||||||
*
|
*
|
||||||
* To ensure there's no gap in the log history, set the `rewrite_previosu_entry` to 1.
|
* To ensure there's no gap in the log history, set `rewrite_previous_entry`
|
||||||
* When deleting entry `n`, member old_oid of entry `n-1` (if any) will be updated with
|
* param value to 1. When deleting entry `n`, member old_oid of entry `n-1`
|
||||||
* the value of memeber new_oid of entry `n+1`.
|
* (if any) will be updated with the value of member new_oid of entry `n+1`.
|
||||||
*
|
*
|
||||||
* @param reflog a previously loaded reflog.
|
* @param reflog a previously loaded reflog.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user