summaryrefslogtreecommitdiff
path: root/commit-graph.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-12upload-pack: disable commit graph more gently for shallow traversalLibravatar Jeff King1-0/+6
2019-08-05commit-graph: error out on invalid commit oids in 'write --stdin-commits'Libravatar SZEDER Gábor1-1/+3
2019-08-05commit-graph: turn a group of write-related macro flags into an enumLibravatar SZEDER Gábor1-5/+8
2019-06-19commit-graph: verify chains with --shallow modeLibravatar Derrick Stolee1-2/+4
2019-06-19commit-graph: create options for split filesLibravatar Derrick Stolee1-2/+10
2019-06-19commit-graph: allow cross-alternate chainsLibravatar Derrick Stolee1-0/+1
2019-06-19commit-graph: write commit-graph chainsLibravatar Derrick Stolee1-0/+2
2019-06-19commit-graph: add base graphs chunkLibravatar Derrick Stolee1-0/+1
2019-06-19commit-graph: prepare for commit-graph chainsLibravatar Derrick Stolee1-0/+3
2019-06-12commit-graph: use raw_object_store when closingLibravatar Derrick Stolee1-1/+1
2019-06-12commit-graph: collapse parameters into flagsLibravatar Derrick Stolee1-3/+5
2019-06-12commit-graph: return with errors during writeLibravatar Derrick Stolee1-5/+11
2019-04-01commit-graph write: don't die if the existing graph is corruptLibravatar Ævar Arnfjörð Bjarmason1-0/+1
2019-04-01commit-graph: don't pass filename to load_commit_graph_one_fd_st()Libravatar Ævar Arnfjörð Bjarmason1-2/+1
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Libravatar Ævar Arnfjörð Bjarmason1-1/+3
2019-02-05Merge branch 'ab/commit-graph-write-progress'Libravatar Junio C Hamano1-1/+1
2019-01-22commit-graph: rename "large edges" to "extra edges"Libravatar SZEDER Gábor1-1/+1
2019-01-15commit-graph, fuzz: add fuzzer for commit-graphLibravatar Josh Steadmon1-0/+3
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Libravatar Junio C Hamano1-0/+1
2018-10-16Merge branch 'ab/commit-graph-progress'Libravatar Junio C Hamano1-2/+3
2018-09-17Merge branch 'ds/commit-graph-tests'Libravatar Junio C Hamano1-0/+2
2018-09-17Merge branch 'ds/reachable'Libravatar Junio C Hamano1-0/+6
2018-09-17commit-graph write: add progress outputLibravatar Ævar Arnfjörð Bjarmason1-2/+3
2018-08-29commit-graph: define GIT_TEST_COMMIT_GRAPHLibravatar Derrick Stolee1-0/+2
2018-08-21commit-graph: close_commit_graph before shallow walkLibravatar Derrick Stolee1-0/+1
2018-08-15Add missing includes and forward declarationsLibravatar Elijah Newren1-0/+1
2018-07-20commit-reach: use can_all_from_reachLibravatar Derrick Stolee1-0/+6
2018-07-17commit-graph: add repo arg to graph readersLibravatar Jonathan Tan1-3/+4
2018-07-17commit-graph: add free_commit_graphLibravatar Jonathan Tan1-0/+2
2018-07-17commit-graph: add missing forward declarationLibravatar Jonathan Tan1-0/+2
2018-06-27commit-graph: add '--reachable' optionLibravatar Derrick Stolee1-0/+1
2018-06-27commit-graph: use string-list API for inputLibravatar Derrick Stolee1-4/+3
2018-06-27commit-graph: add 'verify' subcommandLibravatar Derrick Stolee1-0/+3
2018-05-22commit-graph: always load commit-graph informationLibravatar Derrick Stolee1-0/+8
2018-04-11commit-graph: lazy-load trees for commitsLibravatar Derrick Stolee1-0/+2
2018-04-11commit-graph: implement "--append" optionLibravatar Derrick Stolee1-1/+2
2018-04-11commit-graph: build graph from starting commitsLibravatar Derrick Stolee1-1/+3
2018-04-11commit-graph: read only from specific pack-indexesLibravatar Derrick Stolee1-1/+3
2018-04-11commit: integrate commit graph with commit parsingLibravatar Derrick Stolee1-0/+12
2018-04-11commit-graph: implement git commit-graph readLibravatar Derrick Stolee1-0/+23
2018-04-02commit-graph: implement write_commit_graph()Libravatar Derrick Stolee1-0/+6