index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pack-write.c
Age
Commit message (
Expand
)
Author
2025-07-01
odb: get rid of `the_repository` in `odb_mkstemp()`
Patrick Steinhardt
2025-03-10
pack-write: stop depending on `the_repository` and `the_hash_algo`
Patrick Steinhardt
2025-03-10
csum-file: stop depending on `the_repository`
Patrick Steinhardt
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
2025-02-28
path: adjust last remaining users of `the_repository`
Patrick Steinhardt
2025-02-10
Merge branch 'ps/hash-cleanup'
Junio C Hamano
2025-01-31
global: adapt callers to use generic hash context helpers
Patrick Steinhardt
2025-01-31
hash: stop typedeffing the hash context
Patrick Steinhardt
2025-01-21
pack-write: pass hash_algo to internal functions
Karthik Nayak
2025-01-21
pack-write: pass hash_algo to `write_rev_file()`
Karthik Nayak
2025-01-21
pack-write: pass hash_algo to `write_idx_file()`
Karthik Nayak
2025-01-21
pack-write: pass repository to `index_pack_lockfile()`
Karthik Nayak
2025-01-21
pack-write: pass hash_algo to `fixup_pack_header_footer()`
Karthik Nayak
2024-12-04
config: make `delta_base_cache_limit` a non-global variable
Karthik Nayak
2024-10-10
Merge branch 'ps/leakfixes-part-8'
Junio C Hamano
2024-10-02
Merge branch 'tb/weak-sha1-for-tail-sum'
Junio C Hamano
2024-09-30
pack-write: fix return parameter of `write_rev_file_order()`
Patrick Steinhardt
2024-09-27
pack-objects: use finalize_object_file() to rename pack/idx/etc
Taylor Blau
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
2023-04-28
Merge branch 'tb/enable-cruft-packs-by-default'
Junio C Hamano
2023-04-27
Merge branch 'tb/pack-revindex-on-disk'
Junio C Hamano
2023-04-18
pack-write.c: plug a leak in stage_tmp_packfiles()
Taylor Blau
2023-04-13
pack-write.c: plug a leak in stage_tmp_packfiles()
Taylor Blau
2023-04-11
treewide: remove double forward declaration of read_in_full
Elijah Newren
2023-04-11
treewide: remove unnecessary cache.h inclusion
Elijah Newren
2023-04-11
treewide: be explicit about dependence on pack-revindex.h
Elijah Newren
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2022-12-15
git: remove duplicate includes
Seija Kijin
2022-06-16
pack-write: drop always-NULL parameter
Derrick Stolee
2022-05-26
pack-mtimes: support writing pack .mtimes files
Taylor Blau
2022-05-26
chunk-format.h: extract oid_version()
Taylor Blau
2022-05-26
pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'
Taylor Blau
2022-03-10
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
2021-09-20
Merge branch 'tb/pack-finalize-ordering'
Junio C Hamano
2021-09-15
Merge branch 'ab/reverse-midx-optim'
Junio C Hamano
2021-09-09
pack-write: split up finish_tmp_packfile() function
Ævar Arnfjörð Bjarmason
2021-09-09
pack-write.c: rename `.idx` files after `*.rev`
Taylor Blau
2021-09-09
pack-write: refactor renaming in finish_tmp_packfile()
Ævar Arnfjörð Bjarmason
2021-09-07
pack-write: skip *.rev work when not writing *.rev
Ævar Arnfjörð Bjarmason
2021-08-25
use xopen() to handle fatal open(2) failures
René Scharfe
2021-04-08
Merge branch 'tb/reverse-midx'
Junio C Hamano
2021-04-01
pack-write.c: extract 'write_rev_file_order'
Taylor Blau
[next]