summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-07Merge branch 'fr_v2.39_rnd1' of github.com:jnavila/gitJiang Xin1-316/+611
2022-12-06l10n: bg.po: Updated Bulgarian translation (5501t)Alexander Shopov1-348/+508
2022-12-06Git 2.39-rc2v2.39.0-rc2Junio C Hamano2-4/+4
2022-12-06ci(main): upgrade actions/checkout to v3Oscar Dominguez1-7/+10
2022-12-05attr: ignore overly large gitattributes filesPatrick Steinhardt3-2/+45
2022-12-05attr: ignore attribute lines exceeding 2048 bytesPatrick Steinhardt3-2/+34
2022-12-05attr: fix silently splitting up lines longer than 2048 bytesPatrick Steinhardt2-6/+28
2022-12-05attr: harden allocation against integer overflowsPatrick Steinhardt1-4/+3
2022-12-05attr: fix integer overflow with more than INT_MAX macrosPatrick Steinhardt1-5/+5
2022-12-05attr: fix out-of-bounds read with unreasonable amount of patternsPatrick Steinhardt1-9/+9
2022-12-05attr: fix out-of-bounds write when parsing huge number of attributesPatrick Steinhardt1-8/+8
2022-12-05attr: fix integer overflow when parsing huge attribute namesPatrick Steinhardt1-1/+1
2022-12-05attr: fix out-of-bounds read with huge attribute namesPatrick Steinhardt1-1/+1
2022-12-05attr: fix overflow when upserting attribute with overly long namePatrick Steinhardt1-1/+1
2022-12-05Merge branch 'jk/avoid-redef-system-functions-2.30' into jk/avoid-redef-syste...Junio C Hamano1-0/+4
2022-12-05git-compat-util: undefine system names before redeclaring themJeff King1-0/+4
2022-12-05maintenance: compare output of pthread functions for inequality with 0Seija2-3/+3
2022-12-05t3920: don't ignore errors of more than one command with `|| true`Johannes Sixt1-1/+1
2022-12-05t4023: fix ignored exit codes of gitÆvar Arnfjörð Bjarmason1-6/+6
2022-12-05t7600: don't ignore "rev-parse" exit code in helperÆvar Arnfjörð Bjarmason1-1/+1
2022-12-02l10n: de.po: update German translationRalf Thielow1-326/+488
2022-12-02l10n: zh_CN v2.39.0 round 1Fangyi Zhou1-343/+506
2022-12-02t5314: check exit code of "git"Ævar Arnfjörð Bjarmason1-7/+10
2022-12-02fsmonitor: fix race seen in t7527Jeff Hostetler1-0/+2
2022-12-02list-objects-filter: plug pattern_list leakRené Scharfe1-0/+1
2022-12-02diff: remove parseopts member from struct diff_optionsRené Scharfe2-15/+1
2022-12-02diff: use add_diff_options() in diff_opt_parse()René Scharfe1-1/+5
2022-12-02diff: factor out add_diff_options()René Scharfe4-3/+9
2022-12-02t4205: don't exit test script on failureRené Scharfe1-1/+1
2022-12-01Merge branch 'ab/fewer-the-index-macros'Junio C Hamano1-4/+8
2022-12-01Merge branch 'ab/gnumake-4.4-fix'Junio C Hamano2-3/+3
2022-12-01status: modernize git-status "slow untracked files" adviceRudy Rigot3-5/+153
2022-12-01Merge branch 'jk/avoid-redef-system-functions-2.30'Junio C Hamano1-5/+8
2022-12-01Merge branch 'jk/avoid-redef-system-functions-2.30' into maintJunio C Hamano1-3/+8
2022-12-01git-compat-util: avoid redefining system function namesJeff King1-3/+8
2022-12-01cocci: avoid "should ... be a metavariable" warningsÆvar Arnfjörð Bjarmason1-4/+8
2022-12-01Makefiles: change search through $(MAKEFLAGS) for GNU make 4.4Ævar Arnfjörð Bjarmason2-3/+3
2022-11-30l10n: fr: v2.39 rnd 1Jean-Noël Avila1-316/+611
2022-11-30l10n: po-id for 2.39 (round 1)Bagas Sanjaya1-363/+681
2022-11-30Git 2.39-rc1v2.39.0-rc1Junio C Hamano2-1/+5
2022-11-30Merge branch 'ps/gnumake-4.4-fix'Junio C Hamano1-2/+10
2022-11-30t1301: do not change $CWD in "shared=all" test caseJiang Xin1-2/+1
2022-11-30t1301: use test_when_finished for cleanupJiang Xin1-3/+5
2022-11-30t1301: fix wrong template dir for git-initJiang Xin1-1/+2
2022-11-30list-objects-filter: remove OPT_PARSE_LIST_OBJECTS_FILTER_INIT()René Scharfe2-20/+2
2022-11-30pack-objects: simplify --filter handlingRené Scharfe1-22/+6
2022-11-30pack-objects: fix handling of multiple --filter optionsRené Scharfe2-2/+3
2022-11-30t5317: demonstrate failure to handle multiple --filter optionsRené Scharfe1-0/+38
2022-11-30t5317: stop losing return codes of git ls-filesRené Scharfe1-24/+28
2022-11-30completion: add case-insensitive match of pseudorefsAlison Winters2-3/+26