| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-16 | object-file: get rid of `the_repository` in `finalize_object_file()` | Patrick Steinhardt | 1 | -7/+9 |
| 2025-07-01 | odb: get rid of `the_repository` in `odb_mkstemp()` | Patrick Steinhardt | 1 | -4/+6 |
| 2025-03-10 | pack-write: stop depending on `the_repository` and `the_hash_algo` | Patrick Steinhardt | 1 | -28/+27 |
| 2025-03-10 | csum-file: stop depending on `the_repository` | Patrick Steinhardt | 1 | -6/+6 |
| 2025-03-05 | Merge branch 'ps/path-sans-the-repository' | Junio C Hamano | 1 | -4/+6 |
| 2025-02-28 | path: adjust last remaining users of `the_repository` | Patrick Steinhardt | 1 | -4/+6 |
| 2025-02-10 | Merge branch 'ps/hash-cleanup' | Junio C Hamano | 1 | -9/+10 |
| 2025-01-31 | global: adapt callers to use generic hash context helpers | Patrick Steinhardt | 1 | -7/+7 |
| 2025-01-31 | hash: stop typedeffing the hash context | Patrick Steinhardt | 1 | -1/+1 |
| 2025-01-21 | pack-write: pass hash_algo to internal functions | Karthik Nayak | 1 | -14/+16 |
| 2025-01-21 | pack-write: pass hash_algo to `write_rev_file()` | Karthik Nayak | 1 | -9/+12 |
| 2025-01-21 | pack-write: pass hash_algo to `write_idx_file()` | Karthik Nayak | 1 | -6/+8 |
| 2025-01-21 | pack-write: pass repository to `index_pack_lockfile()` | Karthik Nayak | 1 | -3/+3 |
| 2025-01-21 | pack-write: pass hash_algo to `fixup_pack_header_footer()` | Karthik Nayak | 1 | -14/+14 |
| 2024-12-04 | config: make `delta_base_cache_limit` a non-global variable | Karthik Nayak | 1 | -0/+1 |
| 2024-10-10 | Merge branch 'ps/leakfixes-part-8' | Junio C Hamano | 1 | -19/+23 |
| 2024-10-02 | Merge branch 'tb/weak-sha1-for-tail-sum' | Junio C Hamano | 1 | -3/+4 |
| 2024-09-30 | pack-write: fix return parameter of `write_rev_file_order()` | Patrick Steinhardt | 1 | -19/+23 |
| 2024-09-27 | pack-objects: use finalize_object_file() to rename pack/idx/etc | Taylor Blau | 1 | -3/+4 |
| 2024-09-12 | environment: make `get_object_directory()` accept a repository | Patrick Steinhardt | 1 | -1/+2 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-06-14 | hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()` | Patrick Steinhardt | 1 | -1/+2 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-07-05 | treewide: remove unnecessary includes for wrapper.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | repository: remove unnecessary include of path.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-28 | Merge branch 'tb/enable-cruft-packs-by-default' | Junio C Hamano | 1 | -6/+7 |
| 2023-04-27 | Merge branch 'tb/pack-revindex-on-disk' | Junio C Hamano | 1 | -0/+2 |
| 2023-04-18 | pack-write.c: plug a leak in stage_tmp_packfiles() | Taylor Blau | 1 | -6/+8 |
| 2023-04-13 | pack-write.c: plug a leak in stage_tmp_packfiles() | Taylor Blau | 1 | -0/+2 |
| 2023-04-11 | treewide: remove double forward declaration of read_in_full | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | treewide: remove unnecessary cache.h inclusion | Elijah Newren | 1 | -1/+1 |
| 2023-04-11 | treewide: be explicit about dependence on pack-revindex.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2022-12-15 | git: remove duplicate includes | Seija Kijin | 1 | -1/+0 |
| 2022-06-16 | pack-write: drop always-NULL parameter | Derrick Stolee | 1 | -11/+6 |
| 2022-05-26 | pack-mtimes: support writing pack .mtimes files | Taylor Blau | 1 | -0/+77 |
| 2022-05-26 | chunk-format.h: extract oid_version() | Taylor Blau | 1 | -13/+2 |
| 2022-05-26 | pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles' | Taylor Blau | 1 | -0/+1 |
| 2022-03-10 | core.fsync: introduce granular fsync control infrastructure | Neeraj Singh | 1 | -6/+7 |
| 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 |