aboutsummaryrefslogtreecommitdiff
path: root/pack-revindex.c
Commit message (Expand)AuthorAge
* use SWAP macroRené Scharfe2017-01-30
* use COPY_ARRAYRené Scharfe2016-09-25
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\
| * convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
| * Silence GCC's "cast of pointer to integer of a different size" warningJohannes Schindelin2015-10-26
| * pack-revindex.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
* | pack-revindex: store entries directly in packed_gitJeff King2015-12-21
* | pack-revindex: drop hash tableJeff King2015-12-21
|/
* do not discard revindex when re-preparing packfilesJeff King2014-01-16
* revindex: export new APIsVicent Marti2013-10-24
* pack-revindex: radix-sort the revindexJeff King2013-07-12
* pack-revindex: use unsigned to store number of objectsJeff King2013-07-12
* janitor: useless checks before freePierre Habouzit2009-07-22
* make find_pack_revindex() aware of the nasty worldNicolas Pitre2008-11-02
* discard revindex data when pack list changesNicolas Pitre2008-08-22
* call init_pack_revindex() lazilyNicolas Pitre2008-06-23
* factorize revindex code out of builtin-pack-objects.cNicolas Pitre2008-03-01