Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 2018-05-06 | 1 | -1/+1 |
* | packfile: refactor hash search with fanout tablejt/binsearch-with-fanout | Jonathan Tan | 2018-02-15 | 1 | -0/+28 |
* | cleanup: fix possible overflow errors in binary searchds/avoid-overflow-in-midpoint-computation | Derrick Stolee | 2017-10-10 | 1 | -2/+2 |
* | sha1_file: drop experimental GIT_USE_LOOKUP search | Jeff King | 2017-08-09 | 1 | -216/+0 |
* | sha1-lookup: handle duplicates in sha1_pos()rs/sha1-array-test | René Scharfe | 2014-10-01 | 1 | -2/+0 |
* | sha1-lookup: handle duplicate keys with GIT_USE_LOOKUP | Jeff King | 2013-08-24 | 1 | -0/+47 |
* | sha1-lookup: fix up the assertion message | Junio C Hamano | 2009-04-06 | 1 | -1/+1 |
* | sha1-lookup: add new "sha1_pos" function to efficiently lookup sha1 | Christian Couder | 2009-04-04 | 1 | -0/+101 |
* | sha1-lookup: make selection of 'middle' less aggressive | Junio C Hamano | 2008-04-09 | 1 | -7/+26 |
* | sha1-lookup: more memory efficient search in sorted list of SHA-1 | Junio C Hamano | 2008-04-09 | 1 | -0/+152 |