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
/
midx-write.c
Age
Commit message (
Expand
)
Author
2024-07-23
Merge branch 'ds/midx-write-repack-fix'
Junio C Hamano
2024-07-19
midx-write: revert use of --stdin-packs
Derrick Stolee
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-06-24
Merge branch 'tb/pseudo-merge-reachability-bitmap'
Junio C Hamano
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-11
midx-write.c: do not read existing MIDX with `packs_to_include`
Taylor Blau
2024-06-07
Merge branch 'tb/midx-write-cleanup'
Junio C Hamano
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
2024-05-30
midx-write.c: support reading an existing MIDX with `packs_to_include`
Taylor Blau
2024-05-30
midx-write.c: extract `fill_packs_from_midx()`
Taylor Blau
2024-05-30
midx-write.c: extract `should_include_pack()`
Taylor Blau
2024-05-30
midx-write.c: pass `start_pack` to `compute_sorted_entries()`
Taylor Blau
2024-05-30
midx-write.c: reduce argument count for `get_sorted_entries()`
Taylor Blau
2024-05-30
midx-write.c: tolerate `--preferred-pack` without bitmaps
Taylor Blau
2024-05-28
Merge branch 'tb/pack-bitmap-write-cleanups'
Junio C Hamano
2024-05-24
pack-bitmap: move some initialization to `bitmap_writer_init()`
Taylor Blau
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
2024-05-15
pack-bitmap: introduce `bitmap_writer_free()`
Taylor Blau
2024-05-15
pack-bitmap: drop unused `max_bitmaps` parameter
Taylor Blau
2024-05-15
pack-bitmap: avoid use of static `bitmap_writer`
Taylor Blau
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-04-01
midx-write.c: use `--stdin-packs` when repacking
Taylor Blau
2024-04-01
midx-write.c: check count of packs to repack after grouping
Taylor Blau
2024-04-01
midx-write.c: factor out common want_included_pack() routine
Taylor Blau
2024-04-01
midx-write: move writing-related functions from midx.c
Taylor Blau