index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
midx-write.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-1
/
+1
2024-08-06
midx: implement support for writing incremental MIDX chains
Taylor Blau
1
-45
/
+267
2024-08-06
midx: teach `midx_fanout_add_midx_fanout()` about incremental MIDXs
Taylor Blau
1
-4
/
+8
2024-07-23
Merge branch 'ds/midx-write-repack-fix'
Junio C Hamano
1
-9
/
+9
2024-07-19
midx-write: revert use of --stdin-packs
Derrick Stolee
1
-9
/
+9
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-0
/
+2
2024-06-24
Merge branch 'tb/pseudo-merge-reachability-bitmap'
Junio C Hamano
1
-1
/
+1
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-11
midx-write.c: do not read existing MIDX with `packs_to_include`
Taylor Blau
1
-11
/
+31
2024-06-07
Merge branch 'tb/midx-write-cleanup'
Junio C Hamano
1
-82
/
+79
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
1
-1
/
+1
2024-05-30
midx-write.c: support reading an existing MIDX with `packs_to_include`
Taylor Blau
1
-31
/
+11
2024-05-30
midx-write.c: extract `fill_packs_from_midx()`
Taylor Blau
1
-30
/
+38
2024-05-30
midx-write.c: extract `should_include_pack()`
Taylor Blau
1
-20
/
+28
2024-05-30
midx-write.c: pass `start_pack` to `compute_sorted_entries()`
Taylor Blau
1
-4
/
+6
2024-05-30
midx-write.c: reduce argument count for `get_sorted_entries()`
Taylor Blau
1
-26
/
+19
2024-05-30
midx-write.c: tolerate `--preferred-pack` without bitmaps
Taylor Blau
1
-1
/
+7
2024-05-28
Merge branch 'tb/pack-bitmap-write-cleanups'
Junio C Hamano
1
-6
/
+11
2024-05-24
pack-bitmap: move some initialization to `bitmap_writer_init()`
Taylor Blau
1
-1
/
+1
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
1
-1
/
+1
2024-05-15
pack-bitmap: introduce `bitmap_writer_free()`
Taylor Blau
1
-0
/
+1
2024-05-15
pack-bitmap: drop unused `max_bitmaps` parameter
Taylor Blau
1
-1
/
+1
2024-05-15
pack-bitmap: avoid use of static `bitmap_writer`
Taylor Blau
1
-6
/
+10
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-1
/
+2
2024-04-01
midx-write.c: use `--stdin-packs` when repacking
Taylor Blau
1
-9
/
+9
2024-04-01
midx-write.c: check count of packs to repack after grouping
Taylor Blau
1
-24
/
+20
2024-04-01
midx-write.c: factor out common want_included_pack() routine
Taylor Blau
1
-12
/
+20
2024-04-01
midx-write: move writing-related functions from midx.c
Taylor Blau
1
-0
/
+1521
[prev]