summaryrefslogtreecommitdiffstats
path: root/pack.h (follow)
Commit message (Expand)AuthorAgeLines
* pack-write: split up finish_tmp_packfile() functionÆvar Arnfjörð Bjarmason2021-09-09-2/+5
* pack.h: line-wrap the definition of finish_tmp_packfile()Ævar Arnfjörð Bjarmason2021-09-09-1/+6
* Merge branch 'tb/reverse-midx'Junio C Hamano2021-04-08-0/+1
|\
| * pack-write.c: extract 'write_rev_file_order'Taylor Blau2021-04-01-0/+1
* | Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano2021-03-01-1/+1
|\ \ | |/ |/|
| * fetch-pack: print and use dangling .gitmodulesJonathan Tan2021-02-22-1/+1
* | pack-write.c: prepare to write 'pack-*.rev' filesTaylor Blau2021-01-25-0/+4
* | fetch-pack: refactor writing promisor fileChristian Couder2021-01-12-0/+4
|/
* *.[ch]: manually align parameter listsDenton Liu2019-05-05-1/+1
* *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-05-12/+12
* pack-check.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-12-1/+3
* csum-file: rename sha1file to hashfilebrian m. carlson2018-02-02-2/+2
* Convert the verify_pack callback to struct object_idbrian m. carlson2017-05-08-1/+1
* pack: convert struct pack_idx_entry to struct object_idbrian m. carlson2017-05-08-1/+1
* pack.h: define largest possible encoded object sizeJeff King2017-03-24-0/+6
* encode_in_pack_object_header: respect output buffer lengthJeff King2017-03-24-1/+2
* fsck: use streaming interface for large blobs in packNguyễn Thái Ngọc Duy2016-07-13-0/+1
* finish_tmp_packfile():use strbuf for pathname constructionSun He2014-03-03-1/+1
* pack-objects: name pack files after trailer hashJeff King2013-12-05-1/+1
* Merge branch 'jc/stream-to-pack'Junio C Hamano2011-12-16-0/+6
|\
| * finish_tmp_packfile(): a helper functionJunio C Hamano2011-10-28-0/+1
| * create_tmp_packfile(): a helper functionJunio C Hamano2011-10-28-0/+3
| * write_pack_header(): a helper functionJunio C Hamano2011-10-28-0/+2
* | Merge branch 'jc/index-pack-reject-dups'Junio C Hamano2011-12-05-1/+2
|\ \
| * | receive-pack, fetch-pack: reject bogus pack that records objects twiceJunio C Hamano2011-11-16-1/+2
| |/
* | fsck: print progressNguyễn Thái Ngọc Duy2011-11-06-1/+2
* | fsck: avoid reading every object twiceNguyễn Thái Ngọc Duy2011-11-06-1/+4
|/
* index-pack --verify: read anomalous offsets from v2 idx fileJunio C Hamano2011-02-27-0/+8
* index-pack: --verifyJunio C Hamano2011-02-27-0/+4
* write_idx_file: introduce a struct to hold idx customization optionsJunio C Hamano2011-02-27-4/+7
* Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano2010-05-21-0/+1
|\
| * Extract verify_pack_index for reuse from verify_packShawn O. Pearce2010-04-19-0/+1
* | move encode_in_pack_object_header() to a better placeNicolas Pitre2010-02-23-0/+1
|/
* make "index-pack" a built-inLinus Torvalds2010-01-22-1/+1
* improve reliability of fixup_pack_header_footer()Nicolas Pitre2008-08-29-1/+1
* verify-pack: check packed object CRC when using index version 2Nicolas Pitre2008-06-24-1/+1
* move show_pack_info() where it belongsNicolas Pitre2008-06-24-1/+1
* Merge branch 'np/progress'Junio C Hamano2007-11-02-1/+1
|\
| * fix const issues with some functionsNicolas Pitre2007-10-17-1/+1
* | Refactor index-pack "keep $sha1" handling for reuseShawn O. Pearce2007-09-19-0/+1
|/
* Unify write_index_file functionsGeert Bosch2007-06-02-0/+14
* Create pack-write.c for common pack writing codeDana L. How2007-05-02-0/+1
* [PATCH] clean up pack index handling a bitNicolas Pitre2007-03-16-15/+15
* Refactor the pack header reading function out of receive-pack.cJunio C Hamano2007-01-24-0/+5
* Use fixed-size integers for the on-disk pack structure.Simon 'corecode' Schubert2007-01-18-3/+3
* Document pack .idx file format upgrade strategy.Shawn O. Pearce2007-01-17-0/+28
* Merge branch 'np/pack'Junio C Hamano2006-10-22-3/+0
|\
| * make pack data reuse compatible with both delta typesNicolas Pitre2006-09-27-3/+0
* | Revert "move pack creation to version 3"Junio C Hamano2006-10-14-1/+1
|/
* move pack creation to version 3Nicolas Pitre2006-09-22-1/+1