index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
midx-write.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-15
repository: move fetch_if_missing into struct repository
Tian Yuchen
1
-1
/
+1
2026-07-30
Merge branch 'rs/tempfile-wo-the-repository'
Junio C Hamano
1
-3
/
+4
2026-07-14
use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom repos
René Scharfe
1
-3
/
+4
2026-07-06
Merge branch 'ps/odb-source-packed'
Junio C Hamano
1
-17
/
+17
2026-06-17
midx: refactor interfaces to work on "packed" source
Patrick Steinhardt
1
-17
/
+17
2026-06-15
Merge branch 'ak/typofixes'
Junio C Hamano
1
-1
/
+1
2026-06-08
doc: fix typos via codespell
Andrew Kreimer
1
-1
/
+1
2026-05-20
midx: support custom `--base` for incremental MIDX writes
Taylor Blau
1
-3
/
+31
2026-05-20
midx: introduce `--no-write-chain-file` for incremental MIDX writes
Taylor Blau
1
-14
/
+28
2026-05-20
midx: use `strvec` for `keep_hashes`
Taylor Blau
1
-56
/
+28
2026-05-20
midx: build `keep_hashes` array in order
Taylor Blau
1
-29
/
+35
2026-05-20
midx-write: handle noop writes when converting incremental chains
Taylor Blau
1
-8
/
+10
2026-04-16
MIDX: revert the default version to v1
Jeff King
1
-1
/
+3
2026-02-24
midx: enable reachability bitmaps during MIDX compaction
Taylor Blau
1
-1
/
+1
2026-02-24
midx: implement MIDX compaction
Taylor Blau
1
-27
/
+250
2026-02-24
midx-write.c: factor fanout layering from `compute_sorted_entries()`
Taylor Blau
1
-17
/
+25
2026-02-24
midx-write.c: enumerate `pack_int_id` values directly
Taylor Blau
1
-3
/
+3
2026-02-24
midx-write.c: extract `fill_pack_from_midx()`
Taylor Blau
1
-6
/
+21
2026-02-24
midx-write.c: introduce `midx_pack_perm()` helper
Taylor Blau
1
-6
/
+12
2026-02-24
midx: do not require packs to be sorted in lexicographic order
Taylor Blau
1
-4
/
+22
2026-02-24
midx-write.c: introduce `struct write_midx_opts`
Taylor Blau
1
-54
/
+81
2026-02-24
midx-write.c: don't use `pack_perm` when assigning `bitmap_pos`
Taylor Blau
1
-1
/
+1
2026-02-24
midx: introduce `midx_get_checksum_hex()`
Taylor Blau
1
-4
/
+2
2026-02-24
midx: rename `get_midx_checksum()` to `midx_get_checksum_hash()`
Taylor Blau
1
-3
/
+3
2026-01-21
Merge branch 'tb/midx-write-corrupt-checksum-fix'
Junio C Hamano
1
-0
/
+14
2026-01-13
midx-write.c: assume checksum-invalid MIDXs require an update
Taylor Blau
1
-0
/
+14
2026-01-12
Merge branch 'rs/commit-stack'
Junio C Hamano
1
-23
/
+12
2025-12-30
Merge branch 'ps/repack-avoid-noop-midx-rewrite'
Junio C Hamano
1
-18
/
+91
2025-12-25
midx: use commit_stack
René Scharfe
1
-23
/
+12
2025-12-11
midx-write: skip rewriting MIDX with `--stdin-packs` unless needed
Patrick Steinhardt
1
-28
/
+68
2025-12-11
midx-write: extract function to test whether MIDX needs updating
Patrick Steinhardt
1
-3
/
+36
2025-12-05
Merge branch 'ps/object-source-management'
Junio C Hamano
1
-1
/
+1
2025-11-19
odb: adopt logic to close object databases
Patrick Steinhardt
1
-1
/
+1
2025-11-04
refs: expose peeled object ID via the iterator
Patrick Steinhardt
1
-1
/
+1
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
1
-9
/
+8
2025-09-15
Merge branch 'ds/midx-write-fixes'
Junio C Hamano
1
-68
/
+63
2025-09-12
Merge branch 'ps/object-store-midx-dedup-info'
Junio C Hamano
1
-63
/
+53
2025-09-05
midx-write: simplify error cases
Derrick Stolee
1
-17
/
+9
2025-09-05
midx-write: reenable signed comparison errors
Derrick Stolee
1
-17
/
+18
2025-09-05
midx-write: use uint32_t for preferred_pack_idx
Derrick Stolee
1
-11
/
+15
2025-09-05
midx-write: use cleanup when incremental midx fails
Derrick Stolee
1
-6
/
+12
2025-09-05
midx-write: put failing response value back
Derrick Stolee
1
-0
/
+1
2025-09-05
midx-write: only load initialized packs
Derrick Stolee
1
-27
/
+19
2025-08-11
midx: compute paths via their source
Patrick Steinhardt
1
-28
/
+24
2025-08-11
midx: stop duplicating info redundant with its owning source
Patrick Steinhardt
1
-4
/
+5
2025-08-11
midx: write multi-pack indices via their source
Patrick Steinhardt
1
-36
/
+31
2025-08-11
midx: drop redundant `struct repository` parameter
Patrick Steinhardt
1
-9
/
+7
2025-08-11
odb: allow `odb_find_source()` to fail
Patrick Steinhardt
1
-1
/
+1
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2025-07-16
object-file: get rid of `the_repository` in `finalize_object_file()`
Patrick Steinhardt
1
-1
/
+1
[next]