aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions
add -p: fix worktree patch mode promptsRené Scharfe1-8/+8 2022-09-13Merge a handful of topics from the 'master' frontJunio C Hamano2-1/+32 2022-09-13The twentieth batchJunio C Hamano1-0/+26 2022-09-12chainlint: colorize problem annotations and test delimitersEric Sunshine1-3/+43 2022-09-12Documentation: fix various repeat word typosJacob Stopak6-6/+6 2022-09-12ls-files: fix black space in error messageZheNing Hu1-1/+1 2022-09-12list-objects-filter: convert filter_spec to a strbufJeff King2-35/+20 2022-09-12list-objects-filter: add and use initializersJeff King11-15/+27 2022-09-12list-objects-filter: handle null default filter specJeff King1-1/+1 2022-09-12list-objects-filter: don't memset after releasing filter structJeff King1-3/+1 2022-09-09builtin/mv.c: fix possible segfault in add_slash()Shaoxuan Yuan1-1/+1 2022-09-09The nineteenth batchJunio C Hamano1-0/+19 2022-09-08rev-parse --parseopt: detect missing opt-specØystein Walle2-0/+10 2022-09-08fetch: add branch.*.merge to default ref-prefix extensionJeff King2-3/+32 2022-09-08fetch: stop checking for NULL transport->remote in do_fetch()Jeff King1-1/+1 2022-09-08prepare_repo_settings(): plug leak of config valuesJeff King1-4/+3 2022-09-08list_objects_filter_options: plug leak of filter_spec stringsJeff King1-6/+13 2022-09-08transport: free filter options in disconnect_git()Jeff King1-0/+1 2022-09-08transport: deep-copy object-filter struct for fetch-packJeff King1-1/+3 2022-09-08list_objects_filter_copy(): deep-copy sparse_oid_name fieldJeff King1-0/+1 2022-09-07t1060: check partial clone of misnamed blobJeff King1-0/+7 2022-09-07diff-no-index: simplify argv index calculationRené Scharfe1-1/+1 2022-09-07diff-no-index: release prefixed filenamesRené Scharfe1-1/+4 2022-09-07diff-no-index: release strbuf on queue errorRené Scharfe1-4/+7 2022-09-07parse_object(): check commit-graph when skip_hash setJeff King3-20/+11 2022-09-07upload-pack: skip parse-object re-hashing of "want" objectsJeff King3-2/+25 2022-09-07parse_object(): allow skipping hash checkJeff King2-3/+18 2022-09-07notes, remote: show unknown subcommands between `'SZEDER Gábor2-2/+2 2022-09-07notes: simplify default operation mode arguments checkSZEDER Gábor1-4/+7 2022-09-07test-parse-options.c: fix style of comparison with zeroSZEDER Gábor1-2/+2 2022-09-07test-parse-options.c: don't use for loop initial declarationSZEDER Gábor1-1/+2 2022-09-07t0040-parse-options: remove leftover debuggingSZEDER Gábor1-2/+0 2022-09-07docs: add CONFIGURATION sections that fuzzy map to built-insÆvar Arnfjörð Bjarmason9-0/+54 2022-09-07docs: add CONFIGURATION sections that map to a built-inÆvar Arnfjörð Bjarmason13-0/+88 2022-09-07log docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason2-28/+6 2022-09-07difftool docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason3-41/+29 2022-09-07notes docs: de-duplicate and combine configuration sectionsÆvar Arnfjörð Bjarmason3-81/+33 2022-09-07apply docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason1-7/+3 2022-09-07send-email docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason2-37/+39 2022-09-07grep docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason2-29/+7 2022-09-07docs: add and use include template for config/* includesÆvar Arnfjörð Bjarmason9-3/+21 2022-09-07rev-list: disable commit graph with --verify-objectsJeff King2-0/+29 2022-09-07lookup_commit_in_graph(): use prepare_commit_graph() to check for graphJeff King1-1/+1 2022-09-05The eighteenth batchJunio C Hamano1-0/+17 2022-09-02Documentation/technical: include Scalar technical docVictoria Dye2-61/+1 2022-09-02t/perf: add 'GIT_PERF_USE_SCALAR' run optionVictoria Dye3-1/+19