summaryrefslogtreecommitdiffstats
path: root/builtin/commit-graph.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gs/commit-graph-path-filter'Junio C Hamano2020-05-011-2/+8
|\
| * commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh2020-04-061-1/+2
| * commit-graph: add --changed-paths option to write subcommandGarima Singh2020-04-061-2/+7
* | Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano2020-05-011-7/+45
|\ \
| * | Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano2020-04-291-8/+3
| * | commit-graph.c: introduce '--[no-]check-oids'Taylor Blau2020-04-151-3/+8
| * | commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau2020-04-151-3/+16
| * | builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau2020-04-151-0/+2
| * | builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau2020-04-151-1/+6
| * | builtin/commit-graph.c: support for '--split[=<strategy>]'Taylor Blau2020-04-151-4/+22
* | | Merge branch 'ds/commit-graph-expiry-fix'Junio C Hamano2020-04-291-1/+1
|\ \ \ | |_|/ |/| |
| * | commit-graph: fix buggy --expire-time optionDerrick Stolee2020-04-011-1/+1
* | | real_path: remove unsafe APIAlexandr Miloslavskiy2020-03-101-1/+4
| |/ |/|
* | commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau2020-02-041-1/+1
* | 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-1/+1
* | commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau2020-02-041-5/+28
* | test-tool: use 'read-graph' helperDerrick Stolee2019-11-131-68/+0
* | Merge branch 'sg/commit-graph-usage-fix'Junio C Hamano2019-11-101-1/+0
|\ \
| * | builtin/commit-graph.c: remove subcommand-less usage stringSZEDER Gábor2019-10-281-1/+0
| |/
* | Merge branch 'gs/commit-graph-trace-with-cmd'Junio C Hamano2019-10-151-0/+6
|\ \
| * | commit-graph: emit trace2 cmd_mode for each sub-commandGarima Singh2019-10-021-0/+6
* | | Merge branch 'gs/commit-graph-progress'Junio C Hamano2019-10-071-5/+14
|\ \ \
| * | | commit-graph: add --[no-]progress to write and verifyGarima Singh2019-09-181-5/+14
| |/ /
* | | Merge branch 'jk/commit-graph-cleanup'Junio C Hamano2019-10-071-0/+2
|\ \ \ | |/ / |/| |
| * | commit-graph: turn off save_commit_bufferJeff King2019-09-091-0/+2
| |/
* | 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-3/+3
|/
* commit-graph: verify chains with --shallow modeDerrick Stolee2019-06-201-8/+19
* commit-graph: create options for split filesDerrick Stolee2019-06-201-5/+20
* commit-graph: add --split option to builtinDerrick Stolee2019-06-201-3/+7
* commit-graph: collapse parameters into flagsDerrick Stolee2019-06-121-3/+5
* commit-graph: return with errors during writeDerrick Stolee2019-06-121-10/+10
* commit-graph verify: detect inability to read the graphÆvar Arnfjörð Bjarmason2019-04-011-1/+3
* commit-graph: don't pass filename to load_commit_graph_one_fd_st()Ævar Arnfjörð Bjarmason2019-04-011-2/+2
* commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason2019-04-011-4/+17
* commit-graph: rename "large edges" to "extra edges"SZEDER Gábor2019-01-221-2/+2
* Merge branch 'ds/commit-graph-leakfix'Junio C Hamano2018-10-191-5/+6
|\
| * builtin/commit-graph.c: UNLEAK variablesMartin Ågren2018-10-071-5/+6
* | Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano2018-10-161-0/+4
|\ \ | |/ |/|
| * commit-graph: not compatible with replace objectsDerrick Stolee2018-08-211-0/+4
* | commit-graph write: add progress outputÆvar Arnfjörð Bjarmason2018-09-171-2/+3
|/
* commit-graph: add free_commit_graphJonathan Tan2018-07-181-0/+2
* commit-graph: add '--reachable' optionDerrick Stolee2018-06-271-4/+12
* commit-graph: use string-list API for inputDerrick Stolee2018-06-271-26/+13
* commit-graph: add 'verify' subcommandDerrick Stolee2018-06-271-0/+39
* commit-graph: UNLEAK before die()Derrick Stolee2018-06-271-1/+4
* commit-graph: implement "--append" optionDerrick Stolee2018-04-111-3/+7
* commit-graph: build graph from starting commitsDerrick Stolee2018-04-111-6/+21
* commit-graph: read only from specific pack-indexesDerrick Stolee2018-04-111-3/+30