summaryrefslogtreecommitdiff
path: root/commit-graph.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/blame-on-bloom'Junio C Hamano2020-05-011-0/+9
|\
| * tests: write commit-graph with Bloom filtersDerrick Stolee2020-04-161-0/+9
* | Merge branch 'gs/commit-graph-path-filter'Junio C Hamano2020-05-011-1/+8
|\ \ | |/
| * commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh2020-04-061-0/+1
| * commit-graph: write Bloom filters to commit graph fileGarima Singh2020-04-061-0/+5
| * commit-graph: compute Bloom filters for changed pathsGarima Singh2020-03-301-1/+2
* | commit-graph: close descriptors after mmapJeff King2020-04-241-4/+1
* | commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau2020-04-151-1/+2
* | builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau2020-04-151-1/+2
* | builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau2020-04-151-1/+2
* | builtin/commit-graph.c: support for '--split[=<strategy>]'Taylor Blau2020-04-151-0/+5
|/
* commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau2020-02-041-1/+2
* commit-graph.c: remove path normalization, comparisonTaylor Blau2020-02-041-1/+1
* commit-graph.h: store object directory in 'struct commit_graph'Taylor Blau2020-02-041-2/+3
* commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau2020-02-041-2/+3
* upload-pack: disable commit graph more gently for shallow traversalJeff King2019-09-121-0/+6
* commit-graph: error out on invalid commit oids in 'write --stdin-commits'SZEDER Gábor2019-08-051-1/+3
* commit-graph: turn a group of write-related macro flags into an enumSZEDER Gábor2019-08-051-5/+8
* commit-graph: verify chains with --shallow modeDerrick Stolee2019-06-191-2/+4
* commit-graph: create options for split filesDerrick Stolee2019-06-191-2/+10
* commit-graph: allow cross-alternate chainsDerrick Stolee2019-06-191-0/+1
* commit-graph: write commit-graph chainsDerrick Stolee2019-06-191-0/+2
* commit-graph: add base graphs chunkDerrick Stolee2019-06-191-0/+1
* commit-graph: prepare for commit-graph chainsDerrick Stolee2019-06-191-0/+3
* commit-graph: use raw_object_store when closingDerrick Stolee2019-06-121-1/+1
* commit-graph: collapse parameters into flagsDerrick Stolee2019-06-121-3/+5
* commit-graph: return with errors during writeDerrick Stolee2019-06-121-5/+11
* commit-graph write: don't die if the existing graph is corruptÆvar Arnfjörð Bjarmason2019-04-011-0/+1
* commit-graph: don't pass filename to load_commit_graph_one_fd_st()Ævar Arnfjörð Bjarmason2019-04-011-2/+1
* commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason2019-04-011-1/+3
* Merge branch 'ab/commit-graph-write-progress'Junio C Hamano2019-02-051-1/+1
|\
| * commit-graph: rename "large edges" to "extra edges"SZEDER Gábor2019-01-221-1/+1
* | commit-graph, fuzz: add fuzzer for commit-graphJosh Steadmon2019-01-151-0/+3
|/
* Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano2018-10-161-0/+1
|\
| * commit-graph: close_commit_graph before shallow walkDerrick Stolee2018-08-211-0/+1
* | Merge branch 'ab/commit-graph-progress'Junio C Hamano2018-10-161-2/+3
|\ \
| * | commit-graph write: add progress outputÆvar Arnfjörð Bjarmason2018-09-171-2/+3
* | | Merge branch 'ds/commit-graph-tests'Junio C Hamano2018-09-171-0/+2
|\ \ \
| * | | commit-graph: define GIT_TEST_COMMIT_GRAPHDerrick Stolee2018-08-291-0/+2
| |/ /
* | | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-0/+6
|\ \ \ | |/ / |/| |
| * | commit-reach: use can_all_from_reachDerrick Stolee2018-07-201-0/+6
| |/
* | Add missing includes and forward declarationsElijah Newren2018-08-151-0/+1
|/
* commit-graph: add repo arg to graph readersJonathan Tan2018-07-171-3/+4
* commit-graph: add free_commit_graphJonathan Tan2018-07-171-0/+2
* commit-graph: add missing forward declarationJonathan Tan2018-07-171-0/+2
* commit-graph: add '--reachable' optionDerrick Stolee2018-06-271-0/+1
* commit-graph: use string-list API for inputDerrick Stolee2018-06-271-4/+3
* commit-graph: add 'verify' subcommandDerrick Stolee2018-06-271-0/+3
* commit-graph: always load commit-graph informationDerrick Stolee2018-05-221-0/+8
* commit-graph: lazy-load trees for commitsDerrick Stolee2018-04-111-0/+2