mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 17:05:49 +00:00
reflog: Fix documentation
This commit is contained in:
parent
270160b91a
commit
1a764476d2
@ -107,7 +107,8 @@ GIT_EXTERN(const git_reflog_entry *) git_reflog_entry_byindex(git_reflog *reflog
|
|||||||
*
|
*
|
||||||
* @param rewrite_previous_entry 1 to rewrite the history; 0 otherwise.
|
* @param rewrite_previous_entry 1 to rewrite the history; 0 otherwise.
|
||||||
*
|
*
|
||||||
* @return 0 on success or an error code.
|
* @return 0 on success, GIT_ENOTFOUND if the entry doesn't exist
|
||||||
|
* or an error code.
|
||||||
*/
|
*/
|
||||||
GIT_EXTERN(int) git_reflog_drop(
|
GIT_EXTERN(int) git_reflog_drop(
|
||||||
git_reflog *reflog,
|
git_reflog *reflog,
|
||||||
|
Loading…
Reference in New Issue
Block a user