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