Commit 4cd6ed75 by Carlos Martín Nieto Committed by Vicent Marti

Fix documentation copy error

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
parent c7db45e8
...@@ -110,8 +110,8 @@ GIT_EXTERN(int) git_reference_create_oid(git_reference **ref_out, git_repository ...@@ -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 * Create a new object id reference, overwriting an existing one with
* the same name, if it exists. * the same name, if it exists.
* *
* If the new reference isn't a symbolic one, any pointers to the old * If the new reference isn't an object id one, any pointers to the
* reference become invalid. * old reference become invalid.
* *
* The reference will be created in the repository and written * The reference will be created in the repository and written
* to the disk. * to the disk.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment