| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-09-20 | Merge branch 'tb/pack-finalize-ordering' | Junio C Hamano | 1 | -29/+28 |
| 2021-09-15 | Merge branch 'ab/reverse-midx-optim' | Junio C Hamano | 1 | -0/+3 |
| 2021-09-09 | pack-write: split up finish_tmp_packfile() function | Ævar Arnfjörð Bjarmason | 1 | -9/+13 |
| 2021-09-09 | pack-write.c: rename `.idx` files after `*.rev` | Taylor Blau | 1 | -1/+1 |
| 2021-09-09 | pack-write: refactor renaming in finish_tmp_packfile() | Ævar Arnfjörð Bjarmason | 1 | -21/+16 |
| 2021-09-07 | pack-write: skip *.rev work when not writing *.rev | Ævar Arnfjörð Bjarmason | 1 | -0/+3 |
| 2021-08-25 | use xopen() to handle fatal open(2) failures | René Scharfe | 1 | -6/+2 |
| 2021-04-08 | Merge branch 'tb/reverse-midx' | Junio C Hamano | 1 | -11/+25 |
| 2021-04-01 | pack-write.c: extract 'write_rev_file_order' | Taylor Blau | 1 | -11/+25 |
| 2021-03-01 | Merge branch 'jt/transfer-fsck-across-packs' | Junio C Hamano | 1 | -1/+7 |
| 2021-02-22 | fetch-pack: print and use dangling .gitmodules | Jonathan Tan | 1 | -1/+7 |
| 2021-01-25 | pack-write.c: prepare to write 'pack-*.rev' files | Taylor Blau | 1 | -1/+119 |
| 2021-01-14 | pack-write: die on error in write_promisor_file() | Christian Couder | 1 | -2/+6 |
| 2021-01-12 | fetch-pack: refactor writing promisor file | Christian Couder | 1 | -0/+12 |
| 2020-11-25 | Merge branch 'rs/hashwrite-be64' | Junio C Hamano | 1 | -4/+1 |
| 2020-11-12 | pack-write: use hashwrite_be64() | René Scharfe | 1 | -4/+1 |
| 2020-11-01 | pack-write: use hashwrite_be32() instead of double-buffering array | René Scharfe | 1 | -3/+1 |
| 2020-09-19 | pack-write: use hashwrite_be32() in write_idx_file() | René Scharfe | 1 | -8/+4 |
| 2020-07-30 | Merge branch 'jb/doc-packfile-name' into master | Junio C Hamano | 1 | -3/+2 |
| 2020-07-22 | pack-write/docs: update regarding pack naming | Johannes Berg | 1 | -3/+2 |
| 2019-08-19 | pack-write: use hash_to_hex when writing checksums | brian m. carlson | 1 | -4/+4 |
| 2018-08-29 | convert "hashcmp() != 0" to "!hasheq()" | Jeff King | 1 | -1/+1 |
| 2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -1/+1 |
| 2018-04-02 | csum-file: refactor finalize_hashfile() method | Derrick Stolee | 1 | -2/+3 |
| 2018-04-02 | csum-file: rename hashclose() to finalize_hashfile() | Derrick Stolee | 1 | -2/+2 |
| 2018-02-02 | csum-file: rename sha1file to hashfile | brian m. carlson | 1 | -16/+16 |
| 2018-02-02 | pack-write: switch various SHA-1 values to abstract forms | brian m. carlson | 1 | -24/+25 |
| 2017-09-27 | avoid looking at errno for short read_in_full() returns | Jeff King | 1 | -1/+6 |
| 2017-05-08 | pack: convert struct pack_idx_entry to struct object_id | brian m. carlson | 1 | -5/+5 |
| 2017-03-28 | odb_mkstemp: write filename into strbuf | Jeff King | 1 | -6/+6 |
| 2017-03-28 | do not check odb_mkstemp return value for errors | Jeff King | 1 | -2/+2 |
| 2017-03-24 | encode_in_pack_object_header: respect output buffer length | Jeff King | 1 | -1/+4 |
| 2016-09-29 | use QSORT | René Scharfe | 1 | -2/+1 |
| 2016-07-29 | sha1_file: drop free_pack_by_name | Jeff King | 1 | -1/+0 |
| 2014-09-02 | pack-write: simplify index_pack_lockfile using skip_prefix() and xstrfmt() | René Scharfe | 1 | -6/+5 |
| 2014-03-03 | finish_tmp_packfile():use strbuf for pathname construction | Sun He | 1 | -8/+10 |
| 2014-02-27 | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 1 | -0/+2 |
| 2014-01-10 | Merge branch 'jk/sha1write-void' | Junio C Hamano | 1 | -2/+1 |
| 2013-12-30 | pack-objects: implement bitmap writing | Vicent Marti | 1 | -0/+2 |
| 2013-12-26 | do not pretend sha1write returns errors | Jeff King | 1 | -2/+1 |
| 2013-12-05 | pack-objects: name pack files after trailer hash | Jeff King | 1 | -7/+1 |
| 2011-12-21 | Appease Sun Studio by renaming "tmpfile" | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
| 2011-12-16 | Merge branch 'jc/stream-to-pack' | Junio C Hamano | 1 | -0/+53 |
| 2011-11-16 | receive-pack, fetch-pack: reject bogus pack that records objects twice | Junio C Hamano | 1 | -0/+4 |
| 2011-10-28 | finish_tmp_packfile(): a helper function | Junio C Hamano | 1 | -0/+31 |
| 2011-10-28 | create_tmp_packfile(): a helper function | Junio C Hamano | 1 | -0/+10 |
| 2011-10-28 | write_pack_header(): a helper function | Junio C Hamano | 1 | -0/+12 |
| 2011-02-27 | index-pack --verify: read anomalous offsets from v2 idx file | Junio C Hamano | 1 | -1/+17 |
| 2011-02-27 | write_idx_file: need_large_offset() helper function | Junio C Hamano | 1 | -10/+19 |
| 2011-02-27 | index-pack: --verify | Junio C Hamano | 1 | -10/+16 |
| 2011-02-27 | write_idx_file: introduce a struct to hold idx customization options | Junio C Hamano | 1 | -6/+11 |
| 2010-02-23 | move encode_in_pack_object_header() to a better place | Nicolas Pitre | 1 | -0/+27 |
| 2010-01-22 | make "index-pack" a built-in | Linus Torvalds | 1 | -2/+2 |
| 2009-06-27 | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 1 | -5/+5 |
| 2009-02-25 | Merge branch 'jc/maint-1.6.0-pack-directory' | Junio C Hamano | 1 | -4/+2 |
| 2009-02-25 | Make sure objects/pack exists before creating a new pack | Junio C Hamano | 1 | -4/+2 |
| 2008-10-02 | fix openssl headers conflicting with custom SHA1 implementations | Nicolas Pitre | 1 | -15/+15 |
| 2008-09-22 | Do not perform cross-directory renames when creating packs | Petr Baudis | 1 | -1/+1 |
| 2008-08-29 | fixup_pack_header_footer(): use nicely aligned buffer sizes | Nicolas Pitre | 1 | -3/+8 |
| 2008-08-29 | improve reliability of fixup_pack_header_footer() | Nicolas Pitre | 1 | -12/+59 |
| 2008-08-27 | index-pack: be careful after fixing up the header/footer | Linus Torvalds | 1 | -0/+1 |
| 2008-06-25 | pack.indexversion config option now defaults to 2 | Nicolas Pitre | 1 | -1/+1 |
| 2008-05-31 | Make pack creation always fsync() the result | Linus Torvalds | 1 | -1/+1 |
| 2008-05-03 | Cleanup xread() loops to use read_in_full() | Heikki Orsila | 1 | -6/+2 |
| 2007-11-02 | Merge branch 'np/progress' | Junio C Hamano | 1 | -1/+2 |
| 2007-10-17 | fix const issues with some functions | Nicolas Pitre | 1 | -1/+2 |
| 2007-09-19 | Refactor index-pack "keep $sha1" handling for reuse | Shawn O. Pearce | 1 | -0/+26 |
| 2007-08-14 | Use xmkstemp() instead of mkstemp() | Luiz Fernando N. Capitulino | 1 | -1/+1 |
| 2007-06-02 | Unify write_index_file functions | Geert Bosch | 1 | -0/+142 |
| 2007-05-15 | Fix signedness on return value from xread() | Johan Herland | 1 | -1/+1 |
| 2007-05-02 | Create pack-write.c for common pack writing code | Dana L. How | 1 | -0/+39 |