aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit-graph.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-08Merge branch 'ja/doc-placeholders-fix'Junio C Hamano1-1/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-12-26treewide: add direct includes currently only pulled in transitivelyElijah Newren1-0/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-12-26doc: enforce dashes in placeholdersJean-Noël Avila1-1/+1
2023-10-13Merge branch 'jk/commit-graph-leak-fixes'Junio C Hamano1-0/+1
2023-10-03commit-graph: clear oidset after finishing writeJeff King1-0/+1
2023-09-28commit-graph: report incomplete chains during verificationJeff King1-1/+9
2023-09-28commit-graph: detect read errors when verifying graph chainJeff King1-7/+16
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-1/+2
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-1/+2
2023-06-28config: pass kvi to die_bad_number()Glen Choo1-2/+2
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-0/+1
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21builtin.h: remove unneccessary includesElijah Newren1-0/+1
2023-06-12repository: create disable_replace_refs()Derrick Stolee1-1/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-06commit-graph: fix a parse_options_concat() leakÆvar Arnfjörð Bjarmason1-2/+2
2023-02-06commit-graph: use free_commit_graph() instead of UNLEAK()Ævar Arnfjörð Bjarmason1-2/+4
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano1-5/+5
2022-10-13doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason1-2/+2
2022-10-13doc txt & -h consistency: correct padding around "[]()"Ævar Arnfjörð Bjarmason1-1/+1
2022-10-13doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason1-4/+4
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano1-1/+1
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano1-1/+1
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-1/+1
2022-08-25pass subcommand "prefix" arguments to parse_options()Jeff King1-2/+2
2022-08-19config: mark unused callback parametersJeff King1-1/+1
2022-08-19builtin/commit-graph.c: let parse-options parse subcommandsSZEDER Gábor1-17/+13
2022-03-04commit-graph: fix memory leak in misused string_list APIÆvar Arnfjörð Bjarmason1-3/+3
2021-11-01Merge branch 'ab/ignore-replace-while-working-on-commit-graph'Junio C Hamano1-1/+1
2021-10-25Merge branch 'ab/parse-options-cleanup'Junio C Hamano1-2/+2
2021-10-15commit-graph: don't consider "replace" objects with "verify"Ævar Arnfjörð Bjarmason1-1/+1
2021-10-08commit-graph: stop using optname()Ævar Arnfjörð Bjarmason1-2/+2
2021-10-06Merge branch 'tb/commit-graph-usage-fix'Junio C Hamano1-2/+4
2021-09-20Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano1-22/+0
2021-09-20builtin/commit-graph.c: don't accept common --[no-]progressTaylor Blau1-2/+4
2021-09-01midx: avoid opening multiple MIDXs when writingTaylor Blau1-22/+0
2021-08-30commit-graph: show "unexpected subcommand" errorÆvar Arnfjörð Bjarmason1-0/+1
2021-08-30commit-graph: show usage on "commit-graph [write|verify] garbage"Ævar Arnfjörð Bjarmason1-0/+4
2021-08-30commit-graph: early exit to "usage" on !argcÆvar Arnfjörð Bjarmason1-6/+7
2021-08-30commit-graph: use parse_options_concat()Ævar Arnfjörð Bjarmason1-16/+21
2021-08-30commit-graph: remove redundant handling of -hÆvar Arnfjörð Bjarmason1-4/+0
2021-08-30commit-graph: define common usage with a macroÆvar Arnfjörð Bjarmason1-14/+17
2021-01-06builtin/*: update usage formatZheNing Hu1-3/+3
2020-09-30assert PARSE_OPT_NONEG in parse-options callbacksJeff King1-0/+2
2020-09-18commit-graph: introduce 'commitGraph.maxNewFilters'Taylor Blau1-0/+14
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau1-2/+25
2020-09-17commit-graph: rename 'split_commit_graph_opts'Taylor Blau1-10/+10
2020-09-09commit-graph: pass a 'struct repository *' in more placesTaylor Blau1-1/+1
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano1-1/+4
2020-07-15Merge branch 'tb/commit-graph-no-check-oids' into masterJunio C Hamano1-3/+1
2020-07-15commit-graph: fix "Collecting commits from input" progress lineSZEDER Gábor1-3/+1
2020-07-01commit-graph: persist existence of changed-pathsDerrick Stolee1-1/+4
2020-06-17object: drop parsed_object_pool->commit_countAbhishek Kumar1-1/+1
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau1-7/+8
2020-05-18builtin/commit-graph.c: dereference tags in builtinTaylor Blau1-3/+21
2020-05-18builtin/commit-graph.c: extract 'read_one_commit()'Taylor Blau1-29/+29
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano1-2/+8
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano1-7/+45
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano1-8/+3
2020-04-28Merge branch 'ds/commit-graph-expiry-fix'Junio C Hamano1-1/+1
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Taylor Blau1-3/+8
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau1-3/+16
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau1-0/+2
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau1-1/+6
2020-04-15builtin/commit-graph.c: support for '--split[=<strategy>]'Taylor Blau1-4/+22
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh1-1/+2
2020-04-06commit-graph: add --changed-paths option to write subcommandGarima Singh1-2/+7
2020-04-01commit-graph: fix buggy --expire-time optionDerrick Stolee1-1/+1
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy1-1/+4
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau1-1/+1
2020-02-04commit-graph.c: remove path normalization, comparisonTaylor Blau1-1/+1
2020-02-04commit-graph.h: store object directory in 'struct commit_graph'Taylor Blau1-1/+1
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau1-5/+28
2019-11-13test-tool: use 'read-graph' helperDerrick Stolee1-68/+0
2019-11-10Merge branch 'sg/commit-graph-usage-fix'Junio C Hamano1-1/+0
2019-10-28builtin/commit-graph.c: remove subcommand-less usage stringSZEDER Gábor1-1/+0
2019-10-15Merge branch 'gs/commit-graph-trace-with-cmd'Junio C Hamano1-0/+6
2019-10-07Merge branch 'gs/commit-graph-progress'Junio C Hamano1-5/+14
2019-10-07Merge branch 'jk/commit-graph-cleanup'Junio C Hamano1-0/+2
2019-10-02commit-graph: emit trace2 cmd_mode for each sub-commandGarima Singh1-0/+6
2019-09-18commit-graph: add --[no-]progress to write and verifyGarima Singh1-5/+14
2019-09-09commit-graph: turn off save_commit_bufferJeff King1-0/+2
2019-08-05commit-graph: error out on invalid commit oids in 'write --stdin-commits'SZEDER Gábor1-1/+3
2019-08-05commit-graph: turn a group of write-related macro flags into an enumSZEDER Gábor1-3/+3
2019-06-19commit-graph: verify chains with --shallow modeDerrick Stolee1-8/+19
2019-06-19commit-graph: create options for split filesDerrick Stolee1-5/+20
2019-06-19commit-graph: add --split option to builtinDerrick Stolee1-3/+7
2019-06-12commit-graph: collapse parameters into flagsDerrick Stolee1-3/+5
2019-06-12commit-graph: return with errors during writeDerrick Stolee1-10/+10
2019-04-01commit-graph verify: detect inability to read the graphÆvar Arnfjörð Bjarmason1-1/+3
2019-04-01commit-graph: don't pass filename to load_commit_graph_one_fd_st()Ævar Arnfjörð Bjarmason1-2/+2
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason1-4/+17
2019-01-22commit-graph: rename "large edges" to "extra edges"SZEDER Gábor1-2/+2
2018-10-19Merge branch 'ds/commit-graph-leakfix'Junio C Hamano1-5/+6
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano1-0/+4
2018-10-07builtin/commit-graph.c: UNLEAK variablesMartin Ågren1-5/+6
2018-09-17commit-graph write: add progress outputÆvar Arnfjörð Bjarmason1-2/+3
2018-08-21commit-graph: not compatible with replace objectsDerrick Stolee1-0/+4
2018-07-17commit-graph: add free_commit_graphJonathan Tan1-0/+2
2018-06-27commit-graph: add '--reachable' optionDerrick Stolee1-4/+12
2018-06-27commit-graph: use string-list API for inputDerrick Stolee1-26/+13
2018-06-27commit-graph: add 'verify' subcommandDerrick Stolee1-0/+39
2018-06-27commit-graph: UNLEAK before die()Derrick Stolee1-1/+4
2018-04-11commit-graph: implement "--append" optionDerrick Stolee1-3/+7
2018-04-11commit-graph: build graph from starting commitsDerrick Stolee1-6/+21
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee1-3/+30
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee1-0/+56
2018-04-02commit-graph: implement git-commit-graph writeDerrick Stolee1-0/+33
2018-04-02commit-graph: create git-commit-graph builtinDerrick Stolee1-0/+36