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 'ps/build-sign-compare'
Junio C Hamano
2024-12-23
1
-0
/
+2
|
\
|
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+1
*
|
midx: pass down `hash_algo` to functions using global variables
Karthik Nayak
2024-12-04
1
-11
/
+11
*
|
midx-write: pass down repository to `write_midx_file[_only]`
Karthik Nayak
2024-12-04
1
-13
/
+9
*
|
write-midx: add repository field to `write_midx_context`
Karthik Nayak
2024-12-04
1
-18
/
+20
*
|
midx-write: use `revs->repo` inside `read_refs_snapshot`
Karthik Nayak
2024-12-04
1
-1
/
+2
*
|
midx-write: pass down repository to static functions
Karthik Nayak
2024-12-04
1
-26
/
+31
*
|
packfile: add repository to struct `packed_git`
Karthik Nayak
2024-12-04
1
-1
/
+1
|
/
*
pack-write: fix return parameter of `write_rev_file_order()`
Patrick Steinhardt
2024-09-30
1
-1
/
+2
*
midx-write: fix leaking buffer
Patrick Steinhardt
2024-09-30
1
-0
/
+2
*
Merge branch 'ps/leakfixes-part-5'
Junio C Hamano
2024-09-03
1
-12
/
+12
|
\
|
*
midx-write: fix leaking hashfile on error cases
Patrick Steinhardt
2024-08-22
1
-12
/
+12
*
|
Merge branch 'tb/pseudo-merge-bitmap-fixes'
Junio C Hamano
2024-08-26
1
-6
/
+4
|
\
\
|
|
/
|
/
|
|
*
pack-bitmap: drop redundant args from `bitmap_writer_finish()`
Taylor Blau
2024-08-15
1
-2
/
+1
|
*
pack-bitmap: drop redundant args from `bitmap_writer_build()`
Taylor Blau
2024-08-15
1
-1
/
+1
|
*
pack-bitmap: drop redundant args from `bitmap_writer_build_type_index()`
Taylor Blau
2024-08-15
1
-2
/
+1
|
*
pack-bitmap: initialize `bitmap_writer_init()` with packing_data
Taylor Blau
2024-08-15
1
-1
/
+1
*
|
Merge branch 'tb/incremental-midx-part-1'
Junio C Hamano
2024-08-19
1
-49
/
+275
|
\
\
|
*
|
midx: implement support for writing incremental MIDX chains
Taylor Blau
2024-08-06
1
-45
/
+267
|
*
|
midx: teach `midx_fanout_add_midx_fanout()` about incremental MIDXs
Taylor Blau
2024-08-06
1
-4
/
+8
*
|
|
refs: add referent to each_ref_fn
John Cai
2024-08-09
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'ds/midx-write-repack-fix'
Junio C Hamano
2024-07-24
1
-9
/
+9
|
\
\
|
|
/
|
/
|
|
*
midx-write: revert use of --stdin-packs
Derrick Stolee
2024-07-19
1
-9
/
+9
*
|
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-07-02
1
-0
/
+2
|
\
\
|
*
|
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
|
|
Merge branch 'tb/pseudo-merge-reachability-bitmap'
Junio C Hamano
2024-06-25
1
-1
/
+1
|
\
\
\
|
*
|
|
pack-bitmap: move some initialization to `bitmap_writer_init()`
Taylor Blau
2024-05-24
1
-1
/
+1
*
|
|
|
midx-write.c: do not read existing MIDX with `packs_to_include`
Taylor Blau
2024-06-12
1
-11
/
+31
|
|
/
/
|
/
|
|
*
|
|
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