summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-09-13Merge branch 'rs/diff-no-index-cleanup'Junio C Hamano-6/+12
2022-09-13Merge branch 'ab/submodule-helper-prep'Junio C Hamano-371/+467
2022-09-13Merge branch 'ed/fsmonitor-on-network-disk'Junio C Hamano-0/+68
2022-09-12chainlint: colorize problem annotations and test delimitersEric Sunshine-3/+43
2022-09-12Documentation: fix various repeat word typosJacob Stopak-6/+6
2022-09-12ls-files: fix black space in error messageZheNing Hu-1/+1
2022-09-12list-objects-filter: convert filter_spec to a strbufJeff King-35/+20
2022-09-12list-objects-filter: add and use initializersJeff King-15/+27
2022-09-12list-objects-filter: handle null default filter specJeff King-1/+1
2022-09-12list-objects-filter: don't memset after releasing filter structJeff King-3/+1
2022-09-12Merge branch 'jk/plug-list-object-filter-leaks' into jk/list-objects-filter-c...Junio C Hamano-11/+21
2022-09-09builtin/mv.c: fix possible segfault in add_slash()Shaoxuan Yuan-1/+1
2022-09-09The nineteenth batchJunio C Hamano-0/+19
2022-09-09Merge branch 'vd/sparse-reset-checkout-fixes'Junio C Hamano-2/+11
2022-09-09Merge branch 'ab/retire-ppc-sha1'Junio C Hamano-350/+9
2022-09-09Merge branch 'cc/doc-trailer-whitespace-rules'Junio C Hamano-4/+6
2022-09-09Merge branch 'jc/format-patch-force-in-body-from'Junio C Hamano-1/+73
2022-09-09Merge branch 'js/range-diff-with-pathspec'Junio C Hamano-26/+94
2022-09-09Merge branch 'jk/tempfile-active-flag-cleanup'Junio C Hamano-24/+7
2022-09-09Merge branch 'js/add-p-diff-parsing-fix'Junio C Hamano-12/+48
2022-09-08rev-parse --parseopt: detect missing opt-specØystein Walle-0/+10
2022-09-08fetch: add branch.*.merge to default ref-prefix extensionJeff King-3/+32
2022-09-08fetch: stop checking for NULL transport->remote in do_fetch()Jeff King-1/+1
2022-09-08prepare_repo_settings(): plug leak of config valuesJeff King-4/+3
2022-09-08list_objects_filter_options: plug leak of filter_spec stringsJeff King-6/+13
2022-09-08transport: free filter options in disconnect_git()Jeff King-0/+1
2022-09-08transport: deep-copy object-filter struct for fetch-packJeff King-1/+3
2022-09-08list_objects_filter_copy(): deep-copy sparse_oid_name fieldJeff King-0/+1
2022-09-07t1060: check partial clone of misnamed blobJeff King-0/+7
2022-09-07diff-no-index: simplify argv index calculationRené Scharfe-1/+1
2022-09-07diff-no-index: release prefixed filenamesRené Scharfe-1/+4
2022-09-07diff-no-index: release strbuf on queue errorRené Scharfe-4/+7
2022-09-07parse_object(): check commit-graph when skip_hash setJeff King-20/+11
2022-09-07upload-pack: skip parse-object re-hashing of "want" objectsJeff King-2/+25
2022-09-07parse_object(): allow skipping hash checkJeff King-3/+18
2022-09-07notes, remote: show unknown subcommands between `'SZEDER Gábor-2/+2
2022-09-07notes: simplify default operation mode arguments checkSZEDER Gábor-4/+7
2022-09-07test-parse-options.c: fix style of comparison with zeroSZEDER Gábor-2/+2
2022-09-07test-parse-options.c: don't use for loop initial declarationSZEDER Gábor-1/+2
2022-09-07t0040-parse-options: remove leftover debuggingSZEDER Gábor-2/+0
2022-09-07docs: add CONFIGURATION sections that fuzzy map to built-insÆvar Arnfjörð Bjarmason-0/+54
2022-09-07docs: add CONFIGURATION sections that map to a built-inÆvar Arnfjörð Bjarmason-0/+88
2022-09-07log docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason-28/+6
2022-09-07difftool docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason-41/+29
2022-09-07notes docs: de-duplicate and combine configuration sectionsÆvar Arnfjörð Bjarmason-81/+33
2022-09-07apply docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason-7/+3
2022-09-07send-email docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason-37/+39
2022-09-07grep docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason-29/+7
2022-09-07docs: add and use include template for config/* includesÆvar Arnfjörð Bjarmason-3/+21
2022-09-07rev-list: disable commit graph with --verify-objectsJeff King-0/+29