summaryrefslogtreecommitdiff
path: root/t/t4150-am.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-27t: use commit_body to extract commit message bodiesShlok Kulshreshtha1-4/+4
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-24/+24
2025-07-07t4150: fix warning printed by awk due to escaped '\@'Patrick Steinhardt1-1/+1
2025-04-07t: refactor tests depending on Perl to print dataPatrick Steinhardt1-5/+5
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt1-1/+1
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-08-22convert: fix leaks when resetting attributesPatrick Steinhardt1-0/+1
2024-03-18builtin/am: allow disabling conflict advicePhilippe Blain1-4/+4
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-2/+2
2023-04-11Merge branch 'jc/spell-id-in-both-caps-in-message-id'Junio C Hamano1-4/+4
2023-04-03e-mail workflow: Message-ID is spelled with ID in both capital lettersJunio C Hamano1-4/+4
2023-01-16Merge branch 'tr/am--no-verify'Junio C Hamano1-0/+32
2023-01-05am: allow passing --no-verify flagThierry Reding1-0/+32
2022-12-25format-patch: support format.mboxrd with --stdoutEric Wong1-1/+1
2022-03-17tests: change "mkdir -p && write_script" to use "test_hook"Ævar Arnfjörð Bjarmason1-18/+6
2022-02-04i18n: factorize "invalid value" messagesJean-Noël Avila1-1/+1
2022-01-05Merge branch 'xw/am-empty'Junio C Hamano1-0/+107
2021-12-15am: support --allow-empty to record specific empty patches徐沛文 (Aleen)1-0/+57
2021-12-15am: support --empty=<option> to handle empty patches徐沛文 (Aleen)1-0/+50
2021-12-13tests: fix broken &&-chains in `{...}` groupsEric Sunshine1-1/+1
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-1/+1
2020-11-19t4*: adjust the references to the default branch name "main"Johannes Schindelin1-14/+14
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-09-26tests: avoid variations of the `master` branch nameJohannes Schindelin1-4/+4
2020-08-13Merge branch 'ma/test-quote-cleanup'Junio C Hamano1-4/+4
2020-08-06t: don't spuriously close and reopen quotesMartin Ågren1-4/+4
2020-08-06apply: do not lazy fetch when applying binaryJonathan Tan1-0/+16
2020-03-22t: fix whitespace around &&Andrei Rybak1-1/+1
2020-02-20am: support --show-current-patch=diff to retrieve .git/rebase-apply/patchPaolo Bonzini1-0/+10
2020-02-20am: support --show-current-patch=raw as a synonym for--show-current-patchPaolo Bonzini1-0/+10
2019-09-03am: reload .gitattributes after patching itbrian m. carlson1-0/+52
2019-03-13t4150: remove unused variableAndrei Rybak1-3/+1
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano1-2/+2
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor1-2/+2
2018-08-17Merge branch 'ar/t4150-am-scissors-test-fix'Junio C Hamano1-19/+20
2018-08-06t4150: fix broken test for am --scissorsAndrei Rybak1-19/+20
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson1-2/+2
2018-03-06Merge branch 'nd/rebase-show-current-patch'Junio C Hamano1-0/+5
2018-02-14am: support --quitNguyễn Thái Ngọc Duy1-0/+12
2018-02-12am: add --show-current-patchNguyễn Thái Ngọc Duy1-0/+5
2017-08-08am: fix signoff when other trailers are presentPhillip Wood1-20/+63
2017-04-11mailinfo: fix in-body header continuationsLinus Torvalds1-2/+4
2016-09-21mailinfo: handle in-body header continuationsJonathan Tan1-0/+23
2016-06-06am: support --patch-format=mboxrdEric Wong1-0/+20
2015-09-08Merge branch 'jc/builtin-am-signoff-regression-fix'Junio C Hamano1-0/+48
2015-09-06am: match --signoff to the original scripted versionJunio C Hamano1-0/+48
2015-09-01rerere: release lockfile in non-writing functionsJeff King1-0/+36
2015-08-04git-am: add am.threeWay config variableRemi Lespinet1-0/+19
2015-08-03Merge branch 'pt/am-tests'Junio C Hamano1-0/+217
2015-08-03Merge branch 'pt/am-foreign'Junio C Hamano1-0/+82