summaryrefslogtreecommitdiffstats
path: root/pack-revindex.c
Commit message (Expand)AuthorAgeFilesLines
* pack-revindex: express constants in terms of the_hash_algobrian m. carlson2018-10-151-4/+6
* object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-0/+1
* packfile: use get_be64() for large offsetsDerrick Stolee2018-01-191-4/+2
* use SWAP macroRené Scharfe2017-01-301-4/+1
* use COPY_ARRAYRené Scharfe2016-09-251-1/+1
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-4/+8
|\
| * convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-4/+8
| * Silence GCC's "cast of pointer to integer of a different size" warningJohannes Schindelin2015-10-261-1/+1
| * pack-revindex.c: rearrange xcalloc argumentsBrian Gesiak2014-05-271-1/+1
* | pack-revindex: store entries directly in packed_gitJeff King2015-12-211-25/+22
* | pack-revindex: drop hash tableJeff King2015-12-211-54/+6
|/
* do not discard revindex when re-preparing packfilesJeff King2014-01-161-11/+0
* revindex: export new APIsVicent Marti2013-10-241-13/+25
* pack-revindex: radix-sort the revindexJeff King2013-07-121-5/+95
* pack-revindex: use unsigned to store number of objectsJeff King2013-07-121-4/+4
* janitor: useless checks before freePierre Habouzit2009-07-221-2/+1
* make find_pack_revindex() aware of the nasty worldNicolas Pitre2008-11-021-1/+2
* discard revindex data when pack list changesNicolas Pitre2008-08-221-0/+12
* call init_pack_revindex() lazilyNicolas Pitre2008-06-231-2/+4
* factorize revindex code out of builtin-pack-objects.cNicolas Pitre2008-03-011-0/+142