Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-24replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-07commit-graph: fix a parse_options_concat() leakÆvar Arnfjörð Bjarmason
2023-02-07commit-graph: use free_commit_graph() instead of UNLEAK()Ævar Arnfjörð Bjarmason
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano
2022-10-13doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: correct padding around "[]()"Ævar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-25pass subcommand "prefix" arguments to parse_options()Jeff King
2022-08-19config: mark unused callback parametersJeff King
2022-08-19builtin/commit-graph.c: let parse-options parse subcommandsSZEDER Gábor
2022-03-05commit-graph: fix memory leak in misused string_list APIÆvar Arnfjörð Bjarmason
2021-11-01Merge branch 'ab/ignore-replace-while-working-on-commit-graph'Junio C Hamano
2021-10-26Merge branch 'ab/parse-options-cleanup'Junio C Hamano
2021-10-15commit-graph: don't consider "replace" objects with "verify"Ævar Arnfjörð Bjarmason
2021-10-09commit-graph: stop using optname()Ævar Arnfjörð Bjarmason
2021-10-06Merge branch 'tb/commit-graph-usage-fix'Junio C Hamano
2021-09-21Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano
2021-09-20builtin/commit-graph.c: don't accept common --[no-]progressTaylor Blau
2021-09-01midx: avoid opening multiple MIDXs when writingTaylor Blau
2021-08-31commit-graph: show "unexpected subcommand" errorÆvar Arnfjörð Bjarmason
2021-08-31commit-graph: show usage on "commit-graph [write|verify] garbage"Ævar Arnfjörð Bjarmason
2021-08-31commit-graph: early exit to "usage" on !argcÆvar Arnfjörð Bjarmason
2021-08-31commit-graph: use parse_options_concat()Ævar Arnfjörð Bjarmason
2021-08-31commit-graph: remove redundant handling of -hÆvar Arnfjörð Bjarmason
2021-08-31commit-graph: define common usage with a macroÆvar Arnfjörð Bjarmason
2021-01-07builtin/*: update usage formatZheNing Hu
2020-09-30assert PARSE_OPT_NONEG in parse-options callbacksJeff King
2020-09-18commit-graph: introduce 'commitGraph.maxNewFilters'Taylor Blau
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau
2020-09-18commit-graph: rename 'split_commit_graph_opts'Taylor Blau
2020-09-09commit-graph: pass a 'struct repository *' in more placesTaylor Blau
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano
2020-07-16Merge branch 'tb/commit-graph-no-check-oids' into masterJunio C Hamano
2020-07-15commit-graph: fix "Collecting commits from input" progress lineSZEDER Gábor
2020-07-02commit-graph: persist existence of changed-pathsDerrick Stolee
2020-06-18object: drop parsed_object_pool->commit_countAbhishek Kumar
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau
2020-05-18builtin/commit-graph.c: dereference tags in builtinTaylor Blau
2020-05-18builtin/commit-graph.c: extract 'read_one_commit()'Taylor Blau
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano
2020-04-29Merge branch 'ds/commit-graph-expiry-fix'Junio C Hamano
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Taylor Blau
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau