mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 22:39:38 +00:00
Fix documentation copy error
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
This commit is contained in:
parent
c7db45e862
commit
4cd6ed7566
@ -110,8 +110,8 @@ GIT_EXTERN(int) git_reference_create_oid(git_reference **ref_out, git_repository
|
||||
* Create a new object id reference, overwriting an existing one with
|
||||
* the same name, if it exists.
|
||||
*
|
||||
* If the new reference isn't a symbolic one, any pointers to the old
|
||||
* reference become invalid.
|
||||
* If the new reference isn't an object id one, any pointers to the
|
||||
* old reference become invalid.
|
||||
*
|
||||
* The reference will be created in the repository and written
|
||||
* to the disk.
|
||||
|
Loading…
Reference in New Issue
Block a user