index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t5318-commit-graph.sh
Age
Commit message (
Expand
)
Author
2023-10-09
commit-graph: check size of generations chunk
Jeff King
2023-10-09
commit-graph: detect out-of-bounds extra-edges pointers
Jeff King
2023-10-09
commit-graph: check size of commit data chunk
Jeff King
2023-10-09
commit-graph: check consistency of fanout table
Jeff King
2023-10-09
commit-graph: check size of oid fanout chunk
Jeff King
2023-08-21
commit-graph: avoid repeated mixed generation number warnings
Taylor Blau
2023-08-21
t/t5318-commit-graph.sh: test generation zero transitions during fsck
Taylor Blau
2023-08-21
commit-graph: introduce `commit_graph_generation_from_graph()`
Taylor Blau
2023-07-24
t5318: avoid top-level directory changes
Taylor Blau
2023-07-10
fsck: suppress commit-graph output with `--no-progress`
Taylor Blau
2023-03-20
commit-graph: return generation from memory
Derrick Stolee
2022-09-01
Merge branch 'sg/parse-options-subcommand'
Junio C Hamano
2022-08-19
builtin/commit-graph.c: let parse-options parse subcommands
SZEDER Gábor
2022-08-03
Merge branch 'tb/commit-graph-genv2-upgrade-fix'
Junio C Hamano
2022-07-15
commit-graph: fix corrupt upgrade from generation v1 to v2
Taylor Blau
2022-07-15
t5318: demonstrate commit-graph generation v2 corruption
Taylor Blau
2022-06-06
tests: don't assume a .git/info for .git/info/grafts
Ævar Arnfjörð Bjarmason
2022-03-01
commit-graph: start parsing generation v2 (again)
Derrick Stolee
2022-03-01
commit-graph: fix ordering bug in generation numbers
Derrick Stolee
2022-03-01
t5318: extract helpers to lib-commit-graph.sh
Derrick Stolee
2022-03-01
test-read-graph: include extra post-parse info
Derrick Stolee
2021-12-13
t5000-t5999: detect and signal failure within loop
Eric Sunshine
2021-10-15
fsck: verify commit graph when implicitly enabled
Glen Choo
2021-10-15
Merge branch 'ab/ignore-replace-while-working-on-commit-graph' into gc/use-re...
Junio C Hamano
2021-10-15
commit-graph: don't consider "replace" objects with "verify"
Ævar Arnfjörð Bjarmason
2021-10-15
commit-graph tests: fix error-hiding graph_git_two_modes() helper
Ævar Arnfjörð Bjarmason
2021-08-30
commit-graph: show "unexpected subcommand" error
Ævar Arnfjörð Bjarmason
2021-08-30
commit-graph: show usage on "commit-graph [write|verify] garbage"
Ævar Arnfjörð Bjarmason
2021-03-22
Merge branch 'ds/commit-graph-generation-config'
Junio C Hamano
2021-03-01
Merge branch 'ds/chunked-file-api'
Junio C Hamano
2021-02-25
commit-graph: use config to specify generation type
Derrick Stolee
2021-02-22
Merge branch 'ab/test-lib'
Junio C Hamano
2021-02-18
commit-graph: use chunk-format read API
Derrick Stolee
2021-02-10
test-lib-functions: remove generate_zero_bytes() wrapper
Ævar Arnfjörð Bjarmason
2021-02-01
commit-graph: prepare commit graph
Derrick Stolee
2021-02-01
commit-graph: always parse before commit_graph_data_at()
Derrick Stolee
2021-01-18
commit-graph: implement generation data chunk
Abhishek Kumar
2020-08-17
commit-graph: use the "hash version" byte
Derrick Stolee
2020-08-11
Merge branch 'bc/sha-256-part-3'
Junio C Hamano
2020-07-30
Merge branch 'ds/commit-graph-bloom-updates' into master
Junio C Hamano
2020-07-30
Merge branch 'sg/commit-graph-cleanups' into master
Junio C Hamano
2020-07-30
t: remove test_oid_init in tests
brian m. carlson
2020-06-23
commit-graph: change test to die on parse, not load
Derrick Stolee
2020-06-17
Merge branch 'tb/t5318-cleanup'
Junio C Hamano
2020-06-08
Merge branch 'tb/commit-graph-no-check-oids'
Junio C Hamano
2020-06-08
commit-graph: simplify parse_commit_graph() #1
SZEDER Gábor
2020-06-08
commit-graph: fix parsing the Chunk Lookup table
SZEDER Gábor
2020-06-04
t5318: test that '--stdin-commits' respects '--[no-]progress'
Taylor Blau
2020-06-04
t5318: use 'test_must_be_empty'
Taylor Blau
2020-05-18
commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag
Taylor Blau
[next]