index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t5318-commit-graph.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by default
Patrick Steinhardt
2023-11-26
1
-4
/
+4
*
Merge branch 'jc/test-i18ngrep'
Junio C Hamano
2023-11-08
1
-9
/
+9
|
\
|
*
tests: teach callers of test_i18ngrep to use test_grep
Junio C Hamano
2023-11-02
1
-9
/
+9
*
|
Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'
Junio C Hamano
2023-11-08
1
-0
/
+48
|
\
\
|
*
|
commit: detect commits that exist in commit-graph but not in the ODB
Patrick Steinhardt
2023-11-01
1
-0
/
+27
|
*
|
commit-graph: introduce envvar to disable commit existence checks
Patrick Steinhardt
2023-11-01
1
-0
/
+21
|
|
/
*
|
commit-graph: check size of generations chunk
Jeff King
2023-10-10
1
-0
/
+8
*
|
commit-graph: detect out-of-bounds extra-edges pointers
Jeff King
2023-10-10
1
-0
/
+8
*
|
commit-graph: check size of commit data chunk
Jeff King
2023-10-10
1
-0
/
+9
*
|
commit-graph: check consistency of fanout table
Jeff King
2023-10-10
1
-1
/
+24
*
|
commit-graph: check size of oid fanout chunk
Jeff King
2023-10-10
1
-0
/
+26
*
|
commit-graph: avoid repeated mixed generation number warnings
Taylor Blau
2023-08-22
1
-2
/
+2
*
|
t/t5318-commit-graph.sh: test generation zero transitions during fsck
Taylor Blau
2023-08-22
1
-6
/
+12
*
|
commit-graph: introduce `commit_graph_generation_from_graph()`
Taylor Blau
2023-08-22
1
-1
/
+1
|
/
*
t5318: avoid top-level directory changes
Taylor Blau
2023-07-24
1
-206
/
+172
*
fsck: suppress commit-graph output with `--no-progress`
Taylor Blau
2023-07-10
1
-0
/
+10
*
commit-graph: return generation from memory
Derrick Stolee
2023-03-20
1
-1
/
+1
*
Merge branch 'sg/parse-options-subcommand'
Junio C Hamano
2022-09-01
1
-2
/
+2
|
\
|
*
builtin/commit-graph.c: let parse-options parse subcommands
SZEDER Gábor
2022-08-19
1
-2
/
+2
*
|
Merge branch 'tb/commit-graph-genv2-upgrade-fix'
Junio C Hamano
2022-08-03
1
-0
/
+27
|
\
\
|
|
/
|
/
|
|
*
commit-graph: fix corrupt upgrade from generation v1 to v2
Taylor Blau
2022-07-16
1
-1
/
+1
|
*
t5318: demonstrate commit-graph generation v2 corruption
Taylor Blau
2022-07-16
1
-0
/
+27
*
|
tests: don't assume a .git/info for .git/info/grafts
Ævar Arnfjörð Bjarmason
2022-06-06
1
-1
/
+2
|
/
*
commit-graph: start parsing generation v2 (again)
Derrick Stolee
2022-03-01
1
-1
/
+1
*
commit-graph: fix ordering bug in generation numbers
Derrick Stolee
2022-03-01
1
-2
/
+2
*
t5318: extract helpers to lib-commit-graph.sh
Derrick Stolee
2022-03-01
1
-48
/
+2
*
test-read-graph: include extra post-parse info
Derrick Stolee
2022-03-01
1
-0
/
+1
*
t5000-t5999: detect and signal failure within loop
Eric Sunshine
2021-12-13
1
-3
/
+3
*
fsck: verify commit graph when implicitly enabled
Glen Choo
2021-10-15
1
-1
/
+22
*
Merge branch 'ab/ignore-replace-while-working-on-commit-graph' into gc/use-re...
Junio C Hamano
2021-10-15
1
-2
/
+3
|
\
|
*
commit-graph: don't consider "replace" objects with "verify"
Ævar Arnfjörð Bjarmason
2021-10-15
1
-0
/
+1
|
*
commit-graph tests: fix error-hiding graph_git_two_modes() helper
Ævar Arnfjörð Bjarmason
2021-10-15
1
-2
/
+2
*
|
commit-graph: show "unexpected subcommand" error
Ævar Arnfjörð Bjarmason
2021-08-31
1
-1
/
+15
*
|
commit-graph: show usage on "commit-graph [write|verify] garbage"
Ævar Arnfjörð Bjarmason
2021-08-31
1
-0
/
+5
|
/
*
Merge branch 'ds/commit-graph-generation-config'
Junio C Hamano
2021-03-22
1
-1
/
+1
|
\
|
*
commit-graph: use config to specify generation type
Derrick Stolee
2021-02-26
1
-1
/
+1
*
|
Merge branch 'ds/chunked-file-api'
Junio C Hamano
2021-03-01
1
-1
/
+1
|
\
|
|
*
commit-graph: use chunk-format read API
Derrick Stolee
2021-02-18
1
-1
/
+1
*
|
Merge branch 'ab/test-lib'
Junio C Hamano
2021-02-23
1
-1
/
+1
|
\
\
|
*
|
test-lib-functions: remove generate_zero_bytes() wrapper
Ævar Arnfjörð Bjarmason
2021-02-10
1
-1
/
+1
*
|
|
commit-graph: prepare commit graph
Derrick Stolee
2021-02-02
1
-1
/
+1
*
|
|
commit-graph: always parse before commit_graph_data_at()
Derrick Stolee
2021-02-02
1
-0
/
+21
|
|
/
|
/
|
*
|
commit-graph: implement generation data chunk
Abhishek Kumar
2021-01-19
1
-13
/
+66
|
/
*
commit-graph: use the "hash version" byte
Derrick Stolee
2020-08-18
1
-2
/
+36
*
Merge branch 'bc/sha-256-part-3'
Junio C Hamano
2020-08-12
1
-2
/
+1
|
\
|
*
t: remove test_oid_init in tests
brian m. carlson
2020-07-30
1
-2
/
+1
*
|
Merge branch 'ds/commit-graph-bloom-updates' into master
Junio C Hamano
2020-07-30
1
-1
/
+1
|
\
\
|
*
|
commit-graph: change test to die on parse, not load
Derrick Stolee
2020-06-24
1
-1
/
+1
*
|
|
Merge branch 'sg/commit-graph-cleanups' into master
Junio C Hamano
2020-07-30
1
-2
/
+3
|
\
|
|
|
|
/
|
/
|
|
*
commit-graph: simplify parse_commit_graph() #1
SZEDER Gábor
2020-06-08
1
-1
/
+2
[next]