summaryrefslogtreecommitdiff
path: root/include/git2/odb.h
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-08-05 21:58:48 -0700
committerRussell Belfer <rb@github.com>2013-08-05 21:58:48 -0700
commitc5780abb024a3d570bc1e7eb8c892a60b77bad84 (patch)
tree6dd551349a1f4e9954a00b1e5fc3427d4e8bbd1d /include/git2/odb.h
parentee77378d9b94bd9071fd99bad3110a6abf4716b3 (diff)
parent437224b4b912176ac0992aa56790142e3ba5bb8f (diff)
downloadlibgit2-c5780abb024a3d570bc1e7eb8c892a60b77bad84.tar.gz
Merge pull request #1765 from arrbee/ambiguous-oids
More tests for ambiguous OIDs across packs
Diffstat (limited to 'include/git2/odb.h')
-rw-r--r--include/git2/odb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/odb.h b/include/git2/odb.h
index b64436c4d..b3e9a57a6 100644
--- a/include/git2/odb.h
+++ b/include/git2/odb.h
@@ -120,7 +120,7 @@ GIT_EXTERN(int) git_odb_read(git_odb_object **out, git_odb *db, const git_oid *i
* @param db database to search for the object in.
* @param short_id a prefix of the id of the object to read.
* @param len the length of the prefix
- * @return
+ * @return
* - 0 if the object was read;
* - GIT_ENOTFOUND if the object is not in the database.
* - GIT_EAMBIGUOUS if the prefix is ambiguous (several objects match the prefix)