summaryrefslogtreecommitdiff
path: root/src/sha1_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* sha1_lookup: inline its only function into "pack.c"Patrick Steinhardt2020-02-071-35/+0
* Merge pull request #4288 from pks-t/pks/include-fixupsEdward Thomson2017-08-151-2/+2
|\
| * Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+2
* | Merge pull request #4327 from libgit2/peff/drop-sha1-entry-posEdward Thomson2017-08-141-214/+0
|\ \
| * | sha1_lookup: drop sha1_entry_pos functionpeff/drop-sha1-entry-posJeff King2017-08-091-214/+0
| |/
* | sha1_position: convert do-while to whilepeff/binary-search-do-whileJeff King2017-08-091-2/+2
|/
* giterr_set: consistent error messagesEdward Thomson2016-12-291-1/+1
* Backport @peff's fix for duplicates in sha1_lookupVicent Marti2013-09-041-0/+47
* sha1-lookup: This assert was correctVicent Marti2013-08-151-1/+1
* oid: Helper for old-school hashcmpvmg/no-lookupVicent Marti2013-08-141-1/+1
* sha1_lookup: Hello my name is MSVC and how do I pointerVicent Marti2013-08-141-1/+3
* sha1_lookup: do not use the "experimental" lookup modeVicent Marti2013-08-141-1/+23
* update copyrightsEdward Thomson2013-01-081-1/+1
* Convert indexer, notes, sha1_lookup, and signatureRussell Belfer2012-03-191-1/+2
* Update Copyright headerschu2012-02-131-1/+1
* Tabify everythingVicent Marti2011-09-191-34/+34
* Cleanup legal dataVicent Marti2011-09-191-22/+3
* Sha1Lookup: Fixed two MSVC compilation warnings.unknown2011-06-031-2/+2
* Added git.git sha1 lookup method to replace simple binary search in pack back...Marc Pegon2011-06-011-0/+196