summaryrefslogtreecommitdiff
path: root/sha1-lookup.c
AgeCommit message (Expand)Author
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-02-15packfile: refactor hash search with fanout tableJonathan Tan
2017-10-09cleanup: fix possible overflow errors in binary searchDerrick Stolee
2017-08-09sha1_file: drop experimental GIT_USE_LOOKUP searchJeff King
2014-10-01sha1-lookup: handle duplicates in sha1_pos()René Scharfe
2013-08-25sha1-lookup: handle duplicate keys with GIT_USE_LOOKUPJeff King
2009-04-06sha1-lookup: fix up the assertion messageJunio C Hamano
2009-04-05sha1-lookup: add new "sha1_pos" function to efficiently lookup sha1Christian Couder
2008-04-09sha1-lookup: make selection of 'middle' less aggressiveJunio C Hamano
2008-04-09sha1-lookup: more memory efficient search in sorted list of SHA-1Junio C Hamano