summaryrefslogtreecommitdiff
path: root/builtin/commit-graph.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano2021-09-201-22/+0
|\
| * midx: avoid opening multiple MIDXs when writingTaylor Blau2021-09-011-22/+0
* | commit-graph: show "unexpected subcommand" errorÆvar Arnfjörð Bjarmason2021-08-301-0/+1
* | commit-graph: show usage on "commit-graph [write|verify] garbage"Ævar Arnfjörð Bjarmason2021-08-301-0/+4
* | commit-graph: early exit to "usage" on !argcÆvar Arnfjörð Bjarmason2021-08-301-6/+7
* | commit-graph: use parse_options_concat()Ævar Arnfjörð Bjarmason2021-08-301-16/+21
* | commit-graph: remove redundant handling of -hÆvar Arnfjörð Bjarmason2021-08-301-4/+0
* | commit-graph: define common usage with a macroÆvar Arnfjörð Bjarmason2021-08-301-14/+17
|/
* builtin/*: update usage formatZheNing Hu2021-01-061-3/+3
* assert PARSE_OPT_NONEG in parse-options callbacksJeff King2020-09-301-0/+2
* commit-graph: introduce 'commitGraph.maxNewFilters'Taylor Blau2020-09-181-0/+14
* builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau2020-09-181-2/+25
* commit-graph: rename 'split_commit_graph_opts'Taylor Blau2020-09-171-10/+10
* commit-graph: pass a 'struct repository *' in more placesTaylor Blau2020-09-091-1/+1
* Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano2020-07-301-1/+4
|\
| * commit-graph: persist existence of changed-pathsDerrick Stolee2020-07-011-1/+4
* | Merge branch 'tb/commit-graph-no-check-oids' into masterJunio C Hamano2020-07-151-3/+1
|\ \
| * | commit-graph: fix "Collecting commits from input" progress lineSZEDER Gábor2020-07-151-3/+1
* | | object: drop parsed_object_pool->commit_countAbhishek Kumar2020-06-171-1/+1
|/ /
* | commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau2020-05-181-7/+8
* | builtin/commit-graph.c: dereference tags in builtinTaylor Blau2020-05-181-3/+21
* | builtin/commit-graph.c: extract 'read_one_commit()'Taylor Blau2020-05-181-29/+29
* | 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-281-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
|/