summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-12-05attr: ignore overly large gitattributes filesPatrick Steinhardt-2/+45
2022-12-05attr: ignore attribute lines exceeding 2048 bytesPatrick Steinhardt-2/+34
2022-12-05attr: fix silently splitting up lines longer than 2048 bytesPatrick Steinhardt-6/+28
2022-12-05attr: harden allocation against integer overflowsPatrick Steinhardt-4/+3
2022-12-05attr: fix integer overflow with more than INT_MAX macrosPatrick Steinhardt-5/+5
2022-12-05attr: fix out-of-bounds read with unreasonable amount of patternsPatrick Steinhardt-9/+9
2022-12-05attr: fix out-of-bounds write when parsing huge number of attributesPatrick Steinhardt-8/+8
2022-12-05attr: fix integer overflow when parsing huge attribute namesPatrick Steinhardt-1/+1
2022-12-05attr: fix out-of-bounds read with huge attribute namesPatrick Steinhardt-1/+1
2022-12-05attr: fix overflow when upserting attribute with overly long namePatrick Steinhardt-1/+1
2022-12-05Merge branch 'jk/avoid-redef-system-functions-2.30' into jk/avoid-redef-syste...Junio C Hamano-0/+4
2022-12-05git-compat-util: undefine system names before redeclaring themJeff King-0/+4
2022-12-05maintenance: compare output of pthread functions for inequality with 0Seija-3/+3
2022-12-05t3920: don't ignore errors of more than one command with `|| true`Johannes Sixt-1/+1
2022-12-05t4023: fix ignored exit codes of gitÆvar Arnfjörð Bjarmason-6/+6
2022-12-05t7600: don't ignore "rev-parse" exit code in helperÆvar Arnfjörð Bjarmason-1/+1
2022-12-02l10n: de.po: update German translationRalf Thielow-326/+488
2022-12-02l10n: zh_CN v2.39.0 round 1Fangyi Zhou-345/+508
2022-12-02t5314: check exit code of "git"Ævar Arnfjörð Bjarmason-7/+10
2022-12-02fsmonitor: fix race seen in t7527Jeff Hostetler-0/+2
2022-12-02list-objects-filter: plug pattern_list leakRené Scharfe-0/+1
2022-12-02diff: remove parseopts member from struct diff_optionsRené Scharfe-15/+1
2022-12-02diff: use add_diff_options() in diff_opt_parse()René Scharfe-1/+5
2022-12-02diff: factor out add_diff_options()René Scharfe-3/+9
2022-12-02t4205: don't exit test script on failureRené Scharfe-1/+1
2022-12-01Merge branch 'ab/fewer-the-index-macros'Junio C Hamano-4/+8
2022-12-01Merge branch 'ab/gnumake-4.4-fix'Junio C Hamano-3/+3
2022-12-01status: modernize git-status "slow untracked files" adviceRudy Rigot-5/+153
2022-12-01Merge branch 'jk/avoid-redef-system-functions-2.30'Junio C Hamano-5/+8
2022-12-01Merge branch 'jk/avoid-redef-system-functions-2.30' into maintJunio C Hamano-3/+8
2022-12-01git-compat-util: avoid redefining system function namesJeff King-3/+8
2022-12-01cocci: avoid "should ... be a metavariable" warningsÆvar Arnfjörð Bjarmason-4/+8
2022-12-01Makefiles: change search through $(MAKEFLAGS) for GNU make 4.4Ævar Arnfjörð Bjarmason-3/+3
2022-11-30l10n: fr: v2.39 rnd 1Jean-Noël Avila-316/+611
2022-11-30l10n: po-id for 2.39 (round 1)Bagas Sanjaya-365/+683
2022-11-30Git 2.39-rc1v2.39.0-rc1Junio C Hamano-1/+5
2022-11-30Merge branch 'ps/gnumake-4.4-fix'Junio C Hamano-2/+10
2022-11-30t1301: do not change $CWD in "shared=all" test caseJiang Xin-2/+1
2022-11-30t1301: use test_when_finished for cleanupJiang Xin-3/+5
2022-11-30t1301: fix wrong template dir for git-initJiang Xin-1/+2
2022-11-30list-objects-filter: remove OPT_PARSE_LIST_OBJECTS_FILTER_INIT()René Scharfe-20/+2
2022-11-30pack-objects: simplify --filter handlingRené Scharfe-22/+6
2022-11-30pack-objects: fix handling of multiple --filter optionsRené Scharfe-2/+3
2022-11-30t5317: demonstrate failure to handle multiple --filter optionsRené Scharfe-0/+38
2022-11-30t5317: stop losing return codes of git ls-filesRené Scharfe-24/+28
2022-11-30completion: add case-insensitive match of pseudorefsAlison Winters-3/+26
2022-11-30completion: add optional ignore-case when matching refsAlison Winters-0/+27
2022-11-29l10n: sv.po: Update Swedish translation (5501t0f0)Peter Krefting-306/+460
2022-11-29A bit more before -rc1Junio C Hamano-0/+9
2022-11-29Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano-2/+2