Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Xuanji <xuanji@gmail.com>2013-05-21 17:35:58 +0400
committerLi Xuanji <xuanji@gmail.com>2013-05-21 17:35:58 +0400
commite069478edc1711e92c25eb26b82370f37775142b (patch)
treed6f2a30ad91a2ae3b960fb237ecacbf9a829dd82
parent60750fc43e761b57ade6373f3ede14c5187814dc (diff)
define "long name" in git_reference_name_to_id
-rw-r--r--include/git2/refs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/refs.h b/include/git2/refs.h
index 754bda785..510000c37 100644
--- a/include/git2/refs.h
+++ b/include/git2/refs.h
@@ -48,7 +48,7 @@ GIT_EXTERN(int) git_reference_lookup(git_reference **out, git_repository *repo,
*
* @param out Pointer to oid to be filled in
* @param repo The repository in which to look up the reference
- * @param name The long name for the reference
+ * @param name The long name for the reference (e.g. HEAD, refs/heads/master, refs/tags/v0.1.0, ...)
* @return 0 on success, ENOTFOUND, EINVALIDSPEC or an error code.
*/
GIT_EXTERN(int) git_reference_name_to_id(