summaryrefslogtreecommitdiff
path: root/pack-revindex.c
AgeCommit message (Expand)Author
2018-10-15pack-revindex: express constants in terms of the_hash_algobrian m. carlson
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller
2018-01-19packfile: use get_be64() for large offsetsDerrick Stolee
2017-01-30use SWAP macroRené Scharfe
2016-09-25use COPY_ARRAYRené Scharfe
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2015-12-21pack-revindex: store entries directly in packed_gitJeff King
2015-12-21pack-revindex: drop hash tableJeff King
2015-10-26Silence GCC's "cast of pointer to integer of a different size" warningJohannes Schindelin
2014-05-27pack-revindex.c: rearrange xcalloc argumentsBrian Gesiak
2014-01-16do not discard revindex when re-preparing packfilesJeff King
2013-10-24revindex: export new APIsVicent Marti
2013-07-12pack-revindex: radix-sort the revindexJeff King
2013-07-12pack-revindex: use unsigned to store number of objectsJeff King
2009-07-23janitor: useless checks before freePierre Habouzit
2008-11-02make find_pack_revindex() aware of the nasty worldNicolas Pitre
2008-08-23discard revindex data when pack list changesNicolas Pitre
2008-06-24call init_pack_revindex() lazilyNicolas Pitre
2008-03-01factorize revindex code out of builtin-pack-objects.cNicolas Pitre