index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t5318-commit-graph.sh
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-22
commit-graph: add new config for changed-paths & recommend it in scalar
Emily Yang
1
-0
/
+44
2025-04-07
t: introduce PERL_TEST_HELPERS prerequisite
Patrick Steinhardt
1
-6
/
+6
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
1
-1
/
+0
2024-08-01
t/test-repository: fix leaking repository
Patrick Steinhardt
1
-0
/
+2
2023-12-18
Merge branch 'ps/commit-graph-less-paranoid'
Junio C Hamano
1
-4
/
+4
2023-12-09
Merge branch 'jk/chunk-bounds-more'
Junio C Hamano
1
-7
/
+9
2023-11-26
commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by default
Patrick Steinhardt
1
-4
/
+4
2023-11-09
commit-graph: check order while reading fanout chunk
Jeff King
1
-0
/
+1
2023-11-09
commit-graph: use fanout value for graph size
Jeff King
1
-2
/
+3
2023-11-09
commit-graph: clarify missing-chunk error messages
Jeff King
1
-5
/
+5
2023-11-08
Merge branch 'jc/test-i18ngrep'
Junio C Hamano
1
-9
/
+9
2023-11-08
Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'
Junio C Hamano
1
-0
/
+48
2023-11-02
tests: teach callers of test_i18ngrep to use test_grep
Junio C Hamano
1
-9
/
+9
2023-11-01
commit: detect commits that exist in commit-graph but not in the ODB
Patrick Steinhardt
1
-0
/
+27
2023-11-01
commit-graph: introduce envvar to disable commit existence checks
Patrick Steinhardt
1
-0
/
+21
2023-10-09
commit-graph: check size of generations chunk
Jeff King
1
-0
/
+8
2023-10-09
commit-graph: detect out-of-bounds extra-edges pointers
Jeff King
1
-0
/
+8
2023-10-09
commit-graph: check size of commit data chunk
Jeff King
1
-0
/
+9
2023-10-09
commit-graph: check consistency of fanout table
Jeff King
1
-1
/
+24
2023-10-09
commit-graph: check size of oid fanout chunk
Jeff King
1
-0
/
+26
2023-08-21
commit-graph: avoid repeated mixed generation number warnings
Taylor Blau
1
-2
/
+2
2023-08-21
t/t5318-commit-graph.sh: test generation zero transitions during fsck
Taylor Blau
1
-6
/
+12
2023-08-21
commit-graph: introduce `commit_graph_generation_from_graph()`
Taylor Blau
1
-1
/
+1
2023-07-24
t5318: avoid top-level directory changes
Taylor Blau
1
-206
/
+172
2023-07-10
fsck: suppress commit-graph output with `--no-progress`
Taylor Blau
1
-0
/
+10
2023-03-20
commit-graph: return generation from memory
Derrick Stolee
1
-1
/
+1
2022-09-01
Merge branch 'sg/parse-options-subcommand'
Junio C Hamano
1
-2
/
+2
2022-08-19
builtin/commit-graph.c: let parse-options parse subcommands
SZEDER Gábor
1
-2
/
+2
2022-08-03
Merge branch 'tb/commit-graph-genv2-upgrade-fix'
Junio C Hamano
1
-0
/
+27
2022-07-15
commit-graph: fix corrupt upgrade from generation v1 to v2
Taylor Blau
1
-1
/
+1
2022-07-15
t5318: demonstrate commit-graph generation v2 corruption
Taylor Blau
1
-0
/
+27
2022-06-06
tests: don't assume a .git/info for .git/info/grafts
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2022-03-01
commit-graph: start parsing generation v2 (again)
Derrick Stolee
1
-1
/
+1
2022-03-01
commit-graph: fix ordering bug in generation numbers
Derrick Stolee
1
-2
/
+2
2022-03-01
t5318: extract helpers to lib-commit-graph.sh
Derrick Stolee
1
-48
/
+2
2022-03-01
test-read-graph: include extra post-parse info
Derrick Stolee
1
-0
/
+1
2021-12-13
t5000-t5999: detect and signal failure within loop
Eric Sunshine
1
-3
/
+3
2021-10-15
fsck: verify commit graph when implicitly enabled
Glen Choo
1
-1
/
+22
2021-10-15
Merge branch 'ab/ignore-replace-while-working-on-commit-graph' into gc/use-re...
Junio C Hamano
1
-2
/
+3
2021-10-15
commit-graph: don't consider "replace" objects with "verify"
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-10-15
commit-graph tests: fix error-hiding graph_git_two_modes() helper
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-08-30
commit-graph: show "unexpected subcommand" error
Ævar Arnfjörð Bjarmason
1
-1
/
+15
2021-08-30
commit-graph: show usage on "commit-graph [write|verify] garbage"
Ævar Arnfjörð Bjarmason
1
-0
/
+5
2021-03-22
Merge branch 'ds/commit-graph-generation-config'
Junio C Hamano
1
-1
/
+1
2021-03-01
Merge branch 'ds/chunked-file-api'
Junio C Hamano
1
-1
/
+1
2021-02-25
commit-graph: use config to specify generation type
Derrick Stolee
1
-1
/
+1
2021-02-22
Merge branch 'ab/test-lib'
Junio C Hamano
1
-1
/
+1
2021-02-18
commit-graph: use chunk-format read API
Derrick Stolee
1
-1
/
+1
2021-02-10
test-lib-functions: remove generate_zero_bytes() wrapper
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-02-01
commit-graph: prepare commit graph
Derrick Stolee
1
-1
/
+1
[next]