index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t5319-multi-pack-index.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
2024-11-21
1
-1
/
+0
*
t/helper: fix leaking multi-pack-indices in "read-midx"
Patrick Steinhardt
2024-08-22
1
-0
/
+2
*
Merge branch 'tb/incremental-midx-part-1'
Junio C Hamano
2024-08-19
1
-26
/
+4
|
\
|
*
midx: implement support for writing incremental MIDX chains
Taylor Blau
2024-08-06
1
-24
/
+3
|
*
t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
Taylor Blau
2024-08-06
1
-2
/
+1
*
|
Merge branch 'ds/midx-write-repack-fix'
Junio C Hamano
2024-07-24
1
-0
/
+55
|
\
\
|
|
/
|
/
|
|
*
midx-write: revert use of --stdin-packs
Derrick Stolee
2024-07-19
1
-1
/
+1
|
*
t5319: add failing test case for repack/expire
Derrick Stolee
2024-07-18
1
-0
/
+55
*
|
midx-write.c: tolerate `--preferred-pack` without bitmaps
Taylor Blau
2024-05-30
1
-0
/
+23
|
/
*
midx: implement `BTMP` chunk
Taylor Blau
2023-12-14
1
-0
/
+35
*
Merge branch 'jk/chunk-bounds-more'
Junio C Hamano
2023-12-10
1
-0
/
+14
|
\
|
*
midx: check consistency of fanout table
Jeff King
2023-11-09
1
-0
/
+14
*
|
Merge branch 'jc/test-i18ngrep'
Junio C Hamano
2023-11-08
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
tests: teach callers of test_i18ngrep to use test_grep
Junio C Hamano
2023-11-02
1
-5
/
+5
*
|
t5319: make corrupted large-offset test more robust
Jeff King
2023-10-14
1
-2
/
+4
*
|
midx: check size of revindex chunk
Jeff King
2023-10-10
1
-0
/
+17
*
|
midx: bounds-check large offset chunk
Jeff King
2023-10-10
1
-0
/
+20
*
|
midx: check size of object offset chunk
Jeff King
2023-10-10
1
-0
/
+10
*
|
midx: enforce chunk alignment on reading
Jeff King
2023-10-10
1
-0
/
+14
*
|
midx: check size of pack names chunk
Jeff King
2023-10-10
1
-0
/
+11
*
|
midx: check size of oid lookup chunk
Jeff King
2023-10-10
1
-0
/
+10
*
|
midx: stop ignoring malformed oid fanout chunk
Jeff King
2023-10-10
1
-1
/
+19
|
/
*
fsck: suppress MIDX output with `--no-progress`
Taylor Blau
2023-07-10
1
-0
/
+12
*
midx: fix segfault with no packs and invalid preferred pack
Patrick Steinhardt
2023-04-14
1
-0
/
+12
*
delta-islands: fix segfault when freeing island marks
Patrick Steinhardt
2023-02-21
1
-0
/
+16
*
midx.c: avoid cruft packs with non-zero `repack --batch-size`
Taylor Blau
2022-09-21
1
-0
/
+41
*
midx.c: avoid cruft packs with `repack --batch-size=0`
Taylor Blau
2022-09-21
1
-0
/
+23
*
midx.c: prevent `expire` from removing the cruft pack
Taylor Blau
2022-09-21
1
-0
/
+30
*
Merge branch 'es/test-chain-lint'
Junio C Hamano
2022-01-04
1
-5
/
+5
|
\
|
*
t5000-t5999: detect and signal failure within loop
Eric Sunshine
2021-12-13
1
-5
/
+5
*
|
Merge branch 'jk/t5319-midx-corruption-test-deflake'
Junio C Hamano
2021-12-10
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
t5319: corrupt more bytes of the midx checksum
Jeff King
2021-11-18
1
-2
/
+4
*
|
Merge branch 'gc/use-repo-settings'
Junio C Hamano
2021-11-01
1
-1
/
+4
|
\
\
|
*
|
fsck: verify multi-pack-index when implictly enabled
Glen Choo
2021-10-15
1
-1
/
+4
*
|
|
Merge branch 'tb/repack-write-midx'
Junio C Hamano
2021-10-19
1
-0
/
+15
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
builtin/multi-pack-index.c: support `--stdin-packs` mode
Taylor Blau
2021-09-29
1
-0
/
+15
*
|
|
Merge branch 'tb/commit-graph-usage-fix'
Junio C Hamano
2021-10-06
1
-6
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
builtin/multi-pack-index.c: disable top-level --[no-]progress
Taylor Blau
2021-09-22
1
-6
/
+6
|
|
/
*
|
t5319: don't write MIDX bitmaps in t5319
Taylor Blau
2021-09-01
1
-1
/
+2
*
|
midx: avoid opening multiple MIDXs when writing
Taylor Blau
2021-09-01
1
-1
/
+9
*
|
midx: reject empty `--preferred-pack`'s
Taylor Blau
2021-09-01
1
-0
/
+17
*
|
midx: fix `*.rev` cleanups with `--object-dir`
Taylor Blau
2021-09-01
1
-0
/
+28
*
|
midx: disallow running outside of a repository
Taylor Blau
2021-09-01
1
-0
/
+5
|
/
*
Merge branch 'tb/reverse-midx'
Junio C Hamano
2021-07-28
1
-0
/
+5
|
\
|
*
multi-pack-index: fix potential segfault without sub-command
Taylor Blau
2021-07-20
1
-0
/
+5
*
|
midx: report checksum mismatches during 'verify'
Taylor Blau
2021-06-29
1
-0
/
+5
*
|
midx: don't reuse corrupt MIDXs when writing
Taylor Blau
2021-06-29
1
-0
/
+8
|
/
*
midx: allow marking a pack as preferred
Taylor Blau
2021-04-01
1
-0
/
+42
*
Merge branch 'ds/chunked-file-api' into tb/reverse-midx
Junio C Hamano
2021-02-25
1
-3
/
+3
|
\
|
*
midx: use chunk-format read API
Derrick Stolee
2021-02-18
1
-3
/
+3
[next]