Age | Commit message (Expand) | Author | Files | Lines |
2018-03-26 | object-store: move packed_git and packed_git_mru to object store | Stefan Beller | 1 | -0/+1 |
2018-01-19 | packfile: use get_be64() for large offsets | Derrick Stolee | 1 | -4/+2 |
2017-01-30 | use SWAP macro | René Scharfe | 1 | -4/+1 |
2016-09-25 | use COPY_ARRAY | René Scharfe | 1 | -1/+1 |
2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -4/+8 |
2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -4/+8 |
2015-12-21 | pack-revindex: store entries directly in packed_git | Jeff King | 1 | -25/+22 |
2015-12-21 | pack-revindex: drop hash table | Jeff King | 1 | -54/+6 |
2015-10-26 | Silence GCC's "cast of pointer to integer of a different size" warning | Johannes Schindelin | 1 | -1/+1 |
2014-05-27 | pack-revindex.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -1/+1 |
2014-01-16 | do not discard revindex when re-preparing packfiles | Jeff King | 1 | -11/+0 |
2013-10-24 | revindex: export new APIs | Vicent Marti | 1 | -13/+25 |
2013-07-12 | pack-revindex: radix-sort the revindex | Jeff King | 1 | -5/+95 |
2013-07-12 | pack-revindex: use unsigned to store number of objects | Jeff King | 1 | -4/+4 |
2009-07-22 | janitor: useless checks before free | Pierre Habouzit | 1 | -2/+1 |
2008-11-02 | make find_pack_revindex() aware of the nasty world | Nicolas Pitre | 1 | -1/+2 |
2008-08-22 | discard revindex data when pack list changes | Nicolas Pitre | 1 | -0/+12 |
2008-06-23 | call init_pack_revindex() lazily | Nicolas Pitre | 1 | -2/+4 |
2008-03-01 | factorize revindex code out of builtin-pack-objects.c | Nicolas Pitre | 1 | -0/+142 |