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