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