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
*
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
*
|
t: prepare for GIT_TEST_WRITE_REV_INDEX
Taylor Blau
2021-01-26
1
-2
/
+3
|
/
*
Merge branch 'tb/idx-midx-race-fix'
Junio C Hamano
2020-12-09
1
-2
/
+28
|
\
|
*
midx.c: protect against disappearing packs
Taylor Blau
2020-11-25
1
-1
/
+7
|
*
packfile.c: protect against disappearing indexes
Taylor Blau
2020-11-25
1
-2
/
+22
*
|
Merge branch 'ds/maintenance-part-2'
Junio C Hamano
2020-10-27
1
-7
/
+8
|
\
\
|
*
|
maintenance: add incremental-repack task
Derrick Stolee
2020-09-25
1
-0
/
+1
|
*
|
midx: use start_delayed_progress()
Derrick Stolee
2020-09-25
1
-7
/
+7
*
|
|
Merge branch 'tb/repack-clearing-midx'
Junio C Hamano
2020-09-09
1
-2
/
+42
|
\
\
\
|
*
|
|
builtin/repack.c: invalidate MIDX only when necessary
Taylor Blau
2020-08-26
1
-2
/
+42
*
|
|
|
Merge branch 'ds/midx-repack-to-batch-size'
Junio C Hamano
2020-08-24
1
-0
/
+18
|
\
\
\
\
|
*
|
|
|
multi-pack-index: repack batches below --batch-size
Derrick Stolee
2020-08-11
1
-0
/
+18
|
|
/
/
/
*
|
/
/
multi-pack-index: use hash version byte
Derrick Stolee
2020-08-18
1
-4
/
+39
|
|
/
/
|
/
|
|
*
|
|
t: remove test_oid_init in tests
brian m. carlson
2020-07-30
1
-1
/
+0
|
/
/
*
|
multi-pack-index: respect repack.packKeptObjects=false
Derrick Stolee
2020-05-10
1
-0
/
+27
*
|
Merge branch 'ds/t5319-touch-fix'
Junio C Hamano
2020-04-29
1
-4
/
+4
|
\
\
|
*
|
t5319: replace 'touch -m' with 'test-tool chmtime'
Derrick Stolee
2020-04-01
1
-4
/
+4
|
|
/
*
|
midx.c: fix an integer underflow
Damien Robert
2020-03-29
1
-4
/
+9
*
|
t5319: make test work with SHA-256
brian m. carlson
2020-01-15
1
-4
/
+18
*
|
t5319: change invalid offset for SHA-256 compatibility
brian m. carlson
2020-01-15
1
-2
/
+2
*
|
multi-pack-index: add [--[no-]progress] option.
William Baker
2019-10-23
1
-0
/
+69
|
/
*
t5319: use 'test-tool path-utils' instead of 'ls -l'
Derrick Stolee
2019-07-01
1
-2
/
+2
*
t5319-multi-pack-index.sh: test batch size zero
Derrick Stolee
2019-06-11
1
-0
/
+19
*
midx: add test that 'expire' respects .keep files
Derrick Stolee
2019-06-11
1
-0
/
+18
[next]