index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
midx-write.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'tb/midx-write-cleanup'
Junio C Hamano
2024-06-07
1
-82
/
+79
|
\
|
*
midx-write.c: support reading an existing MIDX with `packs_to_include`
Taylor Blau
2024-05-30
1
-31
/
+11
|
*
midx-write.c: extract `fill_packs_from_midx()`
Taylor Blau
2024-05-30
1
-30
/
+38
|
*
midx-write.c: extract `should_include_pack()`
Taylor Blau
2024-05-30
1
-20
/
+28
|
*
midx-write.c: pass `start_pack` to `compute_sorted_entries()`
Taylor Blau
2024-05-30
1
-4
/
+6
|
*
midx-write.c: reduce argument count for `get_sorted_entries()`
Taylor Blau
2024-05-30
1
-26
/
+19
|
*
midx-write.c: tolerate `--preferred-pack` without bitmaps
Taylor Blau
2024-05-30
1
-1
/
+7
*
|
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
2024-05-30
1
-1
/
+1
|
\
\
|
*
|
refs: pass repo when peeling objects
Patrick Steinhardt
2024-05-17
1
-1
/
+1
*
|
|
Merge branch 'tb/pack-bitmap-write-cleanups'
Junio C Hamano
2024-05-28
1
-6
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
pack-bitmap: introduce `bitmap_writer_free()`
Taylor Blau
2024-05-15
1
-0
/
+1
|
*
|
pack-bitmap: drop unused `max_bitmaps` parameter
Taylor Blau
2024-05-15
1
-1
/
+1
|
*
|
pack-bitmap: avoid use of static `bitmap_writer`
Taylor Blau
2024-05-15
1
-6
/
+10
|
|
/
*
/
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
1
-1
/
+2
|
/
*
midx-write.c: use `--stdin-packs` when repacking
Taylor Blau
2024-04-01
1
-9
/
+9
*
midx-write.c: check count of packs to repack after grouping
Taylor Blau
2024-04-01
1
-24
/
+20
*
midx-write.c: factor out common want_included_pack() routine
Taylor Blau
2024-04-01
1
-12
/
+20
*
midx-write: move writing-related functions from midx.c
Taylor Blau
2024-04-01
1
-0
/
+1521