diff options
author | Marc Pegon <pegon.marc@gmail.com> | 2011-05-27 22:46:41 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-06-01 23:40:41 +0200 |
commit | dd453c4dbf9a1fa38530b1f51e079852736b8f66 (patch) | |
tree | 19a16a4248757e21b700e27231fb334fe468861a /include/git2/commit.h | |
parent | 53c0bd81a2915d6f82ef2f9c0703770783a3dc89 (diff) | |
download | libgit2-dd453c4dbf9a1fa38530b1f51e079852736b8f66.tar.gz |
Added git.git sha1 lookup method to replace simple binary search in pack backend.
Implemented find_unique_short_oid for pack backend, based on git sha1 lookup method;
finding an object given its full oid is just a particular case of searching
the unique object matching an oid prefix (short oid).
Added git_odb_read_unique_short_oid, which iterates over all the backends to
find and read the unique object matching the given oid prefix.
Added a git_object_lookup_short_oid method to find the unique object in
the repository matching a given oid prefix : it generalizes git_object_lookup
which now does nothing but calls git_object_lookup_short_oid.
Diffstat (limited to 'include/git2/commit.h')
0 files changed, 0 insertions, 0 deletions