| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2021-02-01 | commit-graph: always parse before commit_graph_data_at() | Derrick Stolee | 1 | -0/+21 |
| 2021-01-18 | commit-graph: implement generation data chunk | Abhishek Kumar | 1 | -13/+66 |
| 2020-08-17 | commit-graph: use the "hash version" byte | Derrick Stolee | 1 | -2/+36 |
| 2020-08-11 | Merge branch 'bc/sha-256-part-3' | Junio C Hamano | 1 | -2/+1 |
| 2020-07-30 | Merge branch 'ds/commit-graph-bloom-updates' into master | Junio C Hamano | 1 | -1/+1 |
| 2020-07-30 | Merge branch 'sg/commit-graph-cleanups' into master | Junio C Hamano | 1 | -2/+3 |
| 2020-07-30 | t: remove test_oid_init in tests | brian m. carlson | 1 | -2/+1 |
| 2020-06-23 | commit-graph: change test to die on parse, not load | Derrick Stolee | 1 | -1/+1 |
| 2020-06-17 | Merge branch 'tb/t5318-cleanup' | Junio C Hamano | 1 | -4/+25 |
| 2020-06-08 | Merge branch 'tb/commit-graph-no-check-oids' | Junio C Hamano | 1 | -9/+16 |
| 2020-06-08 | commit-graph: simplify parse_commit_graph() #1 | SZEDER Gábor | 1 | -1/+2 |
| 2020-06-08 | commit-graph: fix parsing the Chunk Lookup table | SZEDER Gábor | 1 | -1/+1 |
| 2020-06-04 | t5318: test that '--stdin-commits' respects '--[no-]progress' | Taylor Blau | 1 | -0/+21 |
| 2020-06-04 | t5318: use 'test_must_be_empty' | Taylor Blau | 1 | -4/+4 |
| 2020-05-18 | commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag | Taylor Blau | 1 | -4/+11 |
| 2020-05-18 | t5318: reorder test below 'graph_read_expect' | Taylor Blau | 1 | -9/+9 |
| 2020-05-05 | Merge branch 'tb/commit-graph-perm-bits' | Junio C Hamano | 1 | -1/+14 |
| 2020-05-01 | Merge branch 'gs/commit-graph-path-filter' | Junio C Hamano | 1 | -0/+2 |
| 2020-05-01 | Merge branch 'tb/commit-graph-split-strategy' | Junio C Hamano | 1 | -1/+1 |
| 2020-04-29 | Revert "commit-graph.c: introduce '--[no-]check-oids'" | Junio C Hamano | 1 | -28/+0 |
| 2020-04-29 | commit-graph.c: write non-split graphs as read-only | Taylor Blau | 1 | -1/+14 |
| 2020-04-15 | commit-graph.c: introduce '--[no-]check-oids' | Taylor Blau | 1 | -0/+28 |
| 2020-04-15 | commit-graph.h: replace 'commit_hex' with 'commits' | Taylor Blau | 1 | -1/+1 |
| 2020-04-06 | commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flag | Garima Singh | 1 | -0/+2 |
| 2020-02-17 | Merge branch 'bc/hash-independent-tests-part-8' | Junio C Hamano | 1 | -2/+2 |
| 2020-02-14 | Merge branch 'tb/commit-graph-object-dir' | Junio C Hamano | 1 | -2/+2 |
| 2020-02-07 | t5318: update for SHA-256 | brian m. carlson | 1 | -2/+2 |
| 2020-02-05 | Merge branch 'bc/hash-independent-tests-part-7' | Junio C Hamano | 1 | -1/+1 |
| 2020-01-31 | t5318: don't pass non-object directory to '--object-dir' | Taylor Blau | 1 | -2/+2 |
| 2020-01-15 | t5318: update for SHA-256 | brian m. carlson | 1 | -1/+1 |
| 2019-12-10 | Merge branch 'ds/commit-graph-delay-gen-progress' | Junio C Hamano | 1 | -2/+2 |
| 2019-12-01 | Merge branch 'ds/test-read-graph' | Junio C Hamano | 1 | -1/+1 |
| 2019-11-27 | progress: create GIT_PROGRESS_DELAY | Derrick Stolee | 1 | -2/+2 |
| 2019-11-13 | test-tool: use 'read-graph' helper | Derrick Stolee | 1 | -1/+1 |
| 2019-10-28 | commit, tag: don't set parsed bit for parse failures | Jeff King | 1 | -1/+1 |
| 2019-10-07 | Merge branch 'tb/commit-graph-harden' | Junio C Hamano | 1 | -0/+43 |
| 2019-09-18 | commit-graph: add --[no-]progress to write and verify | Garima Singh | 1 | -0/+36 |
| 2019-09-09 | commit-graph.c: handle corrupt/missing trees | Taylor Blau | 1 | -1/+1 |
| 2019-09-09 | commit-graph.c: handle commit parsing errors | Taylor Blau | 1 | -1/+1 |
| 2019-09-09 | t/t5318: introduce failing 'git commit-graph write' tests | Taylor Blau | 1 | -0/+43 |
| 2019-08-05 | commit-graph: error out on invalid commit oids in 'write --stdin-commits' | SZEDER Gábor | 1 | -1/+10 |
| 2019-08-05 | t5318-commit-graph: use 'test_expect_code' | SZEDER Gábor | 1 | -2/+1 |
| 2019-07-19 | Merge branch 'ds/commit-graph-incremental' | Junio C Hamano | 1 | -1/+1 |
| 2019-07-09 | Merge branch 'ds/commit-graph-write-refactor' | Junio C Hamano | 1 | -0/+8 |
| 2019-06-19 | commit-graph: write commit-graph chains | Derrick Stolee | 1 | -1/+1 |
| 2019-06-12 | commit-graph: return with errors during write | Derrick Stolee | 1 | -0/+8 |
| 2019-04-25 | Merge branch 'ab/commit-graph-fixes' | Junio C Hamano | 1 | -6/+36 |
| 2019-04-01 | commit-graph write: don't die if the existing graph is corrupt | Ævar Arnfjörð Bjarmason | 1 | -2/+9 |
| 2019-04-01 | commit-graph verify: detect inability to read the graph | Ævar Arnfjörð Bjarmason | 1 | -0/+6 |
| 2019-04-01 | commit-graph: don't early exit(1) on e.g. "git status" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2019-04-01 | commit-graph: fix segfault on e.g. "git status" | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2019-03-24 | t5318-commit-graph: remove unused variable | SZEDER Gábor | 1 | -1/+1 |
| 2019-02-22 | commit-graph tests: test a graph that's too small | Ævar Arnfjörð Bjarmason | 1 | -0/+6 |
| 2019-02-22 | commit-graph tests: split up corrupt_graph_and_verify() | Ævar Arnfjörð Bjarmason | 1 | -6/+16 |
| 2019-02-22 | commit-graph tests: fix unportable "dd" invocation | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2019-02-13 | t5318: replace use of /dev/zero with generate_zero_bytes | Randall S. Becker | 1 | -1/+1 |
| 2019-02-05 | Merge branch 'ab/commit-graph-write-progress' | Junio C Hamano | 1 | -7/+7 |
| 2019-01-22 | commit-graph: rename "large edges" to "extra edges" | SZEDER Gábor | 1 | -7/+7 |
| 2019-01-15 | commit-graph: fix buffer read-overflow | Josh Steadmon | 1 | -3/+13 |
| 2018-10-16 | Merge branch 'md/test-cleanup' | Junio C Hamano | 1 | -1/+1 |
| 2018-10-16 | Merge branch 'ds/commit-graph-with-grafts' | Junio C Hamano | 1 | -0/+60 |
| 2018-10-07 | t/*: fix ordering of expected/observed arguments | Matthew DeVore | 1 | -1/+1 |
| 2018-09-17 | t5318: use test_oid for HASH_LEN | Derrick Stolee | 1 | -2/+3 |
| 2018-08-27 | tests: fix and add lint for non-portable grep --file | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2018-08-21 | commit-graph: not compatible with grafts | Derrick Stolee | 1 | -0/+38 |
| 2018-08-21 | commit-graph: not compatible with replace objects | Derrick Stolee | 1 | -0/+22 |
| 2018-08-20 | Merge branch 'jt/commit-graph-per-object-store' | Junio C Hamano | 1 | -5/+7 |
| 2018-08-20 | Merge branch 'ds/commit-graph-fsck' | Junio C Hamano | 1 | -2/+2 |
| 2018-08-13 | t5318: avoid unnecessary command substitutions | SZEDER Gábor | 1 | -5/+7 |
| 2018-08-13 | t5318: use 'test_cmp_bin' to compare commit-graph files | SZEDER Gábor | 1 | -2/+2 |
| 2018-07-17 | commit-graph: add repo arg to graph readers | Jonathan Tan | 1 | -0/+35 |
| 2018-06-27 | gc: automatically write commit-graph files | Derrick Stolee | 1 | -0/+14 |
| 2018-06-27 | commit-graph: add '--reachable' option | Derrick Stolee | 1 | -0/+10 |
| 2018-06-27 | fsck: verify commit-graph | Derrick Stolee | 1 | -0/+8 |
| 2018-06-27 | commit-graph: verify contents match checksum | Derrick Stolee | 1 | -0/+6 |
| 2018-06-27 | commit-graph: test for corrupted octopus edge | Derrick Stolee | 1 | -0/+10 |
| 2018-06-27 | commit-graph: verify commit date | Derrick Stolee | 1 | -0/+6 |
| 2018-06-27 | commit-graph: verify generation number | Derrick Stolee | 1 | -0/+11 |
| 2018-06-27 | commit-graph: verify parent list | Derrick Stolee | 1 | -0/+18 |
| 2018-06-27 | commit-graph: verify root tree OIDs | Derrick Stolee | 1 | -0/+7 |
| 2018-06-27 | commit-graph: verify objects exist | Derrick Stolee | 1 | -0/+7 |
| 2018-06-27 | commit-graph: verify corrupt OID fanout and lookup | Derrick Stolee | 1 | -0/+22 |
| 2018-06-27 | commit-graph: verify required chunks are present | Derrick Stolee | 1 | -0/+29 |
| 2018-06-27 | commit-graph: verify catches corrupt signature | Derrick Stolee | 1 | -0/+43 |
| 2018-06-27 | commit-graph: add 'verify' subcommand | Derrick Stolee | 1 | -0/+10 |
| 2018-06-27 | t5318-commit-graph.sh: use core.commitGraph | Derrick Stolee | 1 | -2/+2 |
| 2018-05-22 | merge: check config before loading commits | Derrick Stolee | 1 | -0/+9 |
| 2018-04-11 | commit-graph: implement "--append" option | Derrick Stolee | 1 | -0/+10 |
| 2018-04-11 | commit-graph: build graph from starting commits | Derrick Stolee | 1 | -0/+13 |
| 2018-04-11 | commit-graph: read only from specific pack-indexes | Derrick Stolee | 1 | -0/+10 |
| 2018-04-11 | commit: integrate commit graph with commit parsing | Derrick Stolee | 1 | -1/+46 |
| 2018-04-11 | commit-graph: implement git commit-graph read | Derrick Stolee | 1 | -5/+27 |
| 2018-04-02 | commit-graph: implement git-commit-graph write | Derrick Stolee | 1 | -0/+124 |