mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-22 04:16:14 +00:00
Merge pull request #2788 from swisspol/fix_docs
Fixed git_revert() documentation
This commit is contained in:
commit
56065c0954
@ -71,7 +71,7 @@ GIT_EXTERN(int) git_revert_commit(
|
|||||||
const git_merge_options *merge_options);
|
const git_merge_options *merge_options);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reverts the given commit, producing changes in the working directory.
|
* Reverts the given commit, producing changes in the index and working directory.
|
||||||
*
|
*
|
||||||
* @param repo the repository to revert
|
* @param repo the repository to revert
|
||||||
* @param commit the commit to revert
|
* @param commit the commit to revert
|
||||||
|
Loading…
Reference in New Issue
Block a user