summaryrefslogtreecommitdiff
path: root/t/t4150-am.sh
AgeCommit message (Expand)Author
2022-01-05Merge branch 'xw/am-empty'Junio C Hamano
2021-12-16am: support --allow-empty to record specific empty patches徐沛文 (Aleen)
2021-12-16am: support --empty=<option> to handle empty patches徐沛文 (Aleen)
2021-12-13tests: fix broken &&-chains in `{...}` groupsEric Sunshine
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2020-11-19t4*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-09-27tests: avoid variations of the `master` branch nameJohannes Schindelin
2020-08-13Merge branch 'ma/test-quote-cleanup'Junio C Hamano
2020-08-06t: don't spuriously close and reopen quotesMartin Ågren
2020-08-06apply: do not lazy fetch when applying binaryJonathan Tan
2020-03-22t: fix whitespace around &&Andrei Rybak
2020-02-20am: support --show-current-patch=diff to retrieve .git/rebase-apply/patchPaolo Bonzini
2020-02-20am: support --show-current-patch=raw as a synonym for--show-current-patchPaolo Bonzini
2019-09-03am: reload .gitattributes after patching itbrian m. carlson
2019-03-13t4150: remove unused variableAndrei Rybak
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor
2018-08-17Merge branch 'ar/t4150-am-scissors-test-fix'Junio C Hamano
2018-08-06t4150: fix broken test for am --scissorsAndrei Rybak
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson
2018-03-06Merge branch 'nd/rebase-show-current-patch'Junio C Hamano
2018-02-14am: support --quitNguyễn Thái Ngọc Duy
2018-02-12am: add --show-current-patchNguyễn Thái Ngọc Duy
2017-08-08am: fix signoff when other trailers are presentPhillip Wood
2017-04-11mailinfo: fix in-body header continuationsLinus Torvalds
2016-09-21mailinfo: handle in-body header continuationsJonathan Tan
2016-06-06am: support --patch-format=mboxrdEric Wong
2015-09-08Merge branch 'jc/builtin-am-signoff-regression-fix'Junio C Hamano
2015-09-07am: match --signoff to the original scripted versionJunio C Hamano
2015-09-01rerere: release lockfile in non-writing functionsJeff King
2015-08-05git-am: add am.threeWay config variableRemi Lespinet
2015-08-03Merge branch 'pt/am-tests'Junio C Hamano
2015-08-03Merge branch 'pt/am-foreign'Junio C Hamano
2015-07-24Revert "git-am: add am.threeWay config variable"Junio C Hamano
2015-07-20t4150: tests for am --[no-]scissorsPaul Tan
2015-07-20t4150: am with post-applypatch hookPaul Tan
2015-07-20t4150: am with pre-applypatch hookPaul Tan
2015-07-20t4150: am with applypatch-msg hookPaul Tan
2015-07-20t4150: am --resolved fails if index has unmerged entriesPaul Tan
2015-07-20t4150: am --resolved fails if index has no changesPaul Tan
2015-07-20t4150: am refuses patches when pausedPaul Tan
2015-07-20t4150: am fails if index is dirtyPaul Tan
2015-07-07t4150: am.messageid really adds the message idPaul Tan
2015-06-15am: teach mercurial patch parser how to read from stdinPaul Tan
2015-06-15am: use gmtime() to parse mercurial patch datePaul Tan
2015-06-15t4150: test applying StGit seriesPaul Tan
2015-06-15am: teach StGit patch parser how to read from stdinPaul Tan
2015-06-08t4150: test applying StGit patchPaul Tan
2015-06-04git-am: add am.threeWay config variableRemi Lespinet