Age | Commit message (Expand) | Author | Files | Lines |
2019-06-19 | commit-graph: verify chains with --shallow mode | Derrick Stolee | 1 | -2/+4 |
2019-06-19 | commit-graph: create options for split files | Derrick Stolee | 1 | -2/+10 |
2019-06-19 | commit-graph: allow cross-alternate chains | Derrick Stolee | 1 | -0/+1 |
2019-06-19 | commit-graph: write commit-graph chains | Derrick Stolee | 1 | -0/+2 |
2019-06-19 | commit-graph: add base graphs chunk | Derrick Stolee | 1 | -0/+1 |
2019-06-19 | commit-graph: prepare for commit-graph chains | Derrick Stolee | 1 | -0/+3 |
2019-06-12 | commit-graph: use raw_object_store when closing | Derrick Stolee | 1 | -1/+1 |
2019-06-12 | commit-graph: collapse parameters into flags | Derrick Stolee | 1 | -3/+5 |
2019-06-12 | commit-graph: return with errors during write | Derrick Stolee | 1 | -5/+11 |
2019-04-01 | commit-graph write: don't die if the existing graph is corrupt | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2019-04-01 | commit-graph: don't pass filename to load_commit_graph_one_fd_st() | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2019-04-01 | commit-graph: don't early exit(1) on e.g. "git status" | Ævar Arnfjörð Bjarmason | 1 | -1/+3 |
2019-02-05 | Merge branch 'ab/commit-graph-write-progress' | Junio C Hamano | 1 | -1/+1 |
2019-01-22 | commit-graph: rename "large edges" to "extra edges" | SZEDER Gábor | 1 | -1/+1 |
2019-01-15 | commit-graph, fuzz: add fuzzer for commit-graph | Josh Steadmon | 1 | -0/+3 |
2018-10-16 | Merge branch 'ds/commit-graph-with-grafts' | Junio C Hamano | 1 | -0/+1 |
2018-10-16 | Merge branch 'ab/commit-graph-progress' | Junio C Hamano | 1 | -2/+3 |
2018-09-17 | Merge branch 'ds/commit-graph-tests' | Junio C Hamano | 1 | -0/+2 |
2018-09-17 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -0/+6 |
2018-09-17 | commit-graph write: add progress output | Ævar Arnfjörð Bjarmason | 1 | -2/+3 |
2018-08-29 | commit-graph: define GIT_TEST_COMMIT_GRAPH | Derrick Stolee | 1 | -0/+2 |
2018-08-21 | commit-graph: close_commit_graph before shallow walk | Derrick Stolee | 1 | -0/+1 |
2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+1 |
2018-07-20 | commit-reach: use can_all_from_reach | Derrick Stolee | 1 | -0/+6 |
2018-07-17 | commit-graph: add repo arg to graph readers | Jonathan Tan | 1 | -3/+4 |
2018-07-17 | commit-graph: add free_commit_graph | Jonathan Tan | 1 | -0/+2 |
2018-07-17 | commit-graph: add missing forward declaration | Jonathan Tan | 1 | -0/+2 |
2018-06-27 | commit-graph: add '--reachable' option | Derrick Stolee | 1 | -0/+1 |
2018-06-27 | commit-graph: use string-list API for input | Derrick Stolee | 1 | -4/+3 |
2018-06-27 | commit-graph: add 'verify' subcommand | Derrick Stolee | 1 | -0/+3 |
2018-05-22 | commit-graph: always load commit-graph information | Derrick Stolee | 1 | -0/+8 |
2018-04-11 | commit-graph: lazy-load trees for commits | Derrick Stolee | 1 | -0/+2 |
2018-04-11 | commit-graph: implement "--append" option | Derrick Stolee | 1 | -1/+2 |
2018-04-11 | commit-graph: build graph from starting commits | Derrick Stolee | 1 | -1/+3 |
2018-04-11 | commit-graph: read only from specific pack-indexes | Derrick Stolee | 1 | -1/+3 |
2018-04-11 | commit: integrate commit graph with commit parsing | Derrick Stolee | 1 | -0/+12 |
2018-04-11 | commit-graph: implement git commit-graph read | Derrick Stolee | 1 | -0/+23 |
2018-04-02 | commit-graph: implement write_commit_graph() | Derrick Stolee | 1 | -0/+6 |