summaryrefslogtreecommitdiff
path: root/git-am.sh
AgeCommit message (Expand)Author
2015-08-03Merge branch 'pt/am-foreign'Junio C Hamano
2015-07-24Revert "git-am: add am.threeWay config variable"Junio C Hamano
2015-06-24Merge branch 'pt/am-abort-fix'Junio C Hamano
2015-06-24Merge branch 'rl/am-3way-config'Junio C Hamano
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-15am: teach StGit patch parser how to read from stdinPaul Tan
2015-06-08am --abort: keep unrelated commits on unborn branchPaul Tan
2015-06-08am --abort: support aborting to unborn branchPaul Tan
2015-06-08am --abort: revert changes introduced by failed 3way mergePaul Tan
2015-06-08am --skip: support skipping while on unborn branchPaul Tan
2015-06-08am -3: support 3way merge on unborn branchPaul Tan
2015-06-08am --skip: revert changes introduced by failed 3way mergePaul Tan
2015-06-04git-am: add am.threeWay config variableRemi Lespinet
2015-06-04git-am.sh: fix initialization of the threeway variableRemi Lespinet
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2014-12-01*.sh: avoid hardcoding $GIT_DIR/hooks/...Nguyễn Thái Ngọc Duy
2014-11-25git-am: add --message-id/--no-message-idPaolo Bonzini
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano
2014-03-31comments: fix misuses of "nor"Justin Lebar
2014-03-25git-am.sh: use the $(...) construct for command substitutionElia Pinto
2014-02-03am: add the --gpg-sign optionNicolas Vigier
2014-02-03am: parse options in stuck-long modeNicolas Vigier
2014-02-03git-sh-setup.sh: add variable to use the stuck-long modeNicolas Vigier
2013-12-05Merge branch 'jk/replace-perl-in-built-scripts'Junio C Hamano
2013-10-29use @@PERL@@ in built scriptsJeff King
2013-06-27am: replace uses of --resolved with --continueKevin Bracey
2013-06-17am: handle stray $dotest directoryRamkumar Ramachandra
2013-05-13am: return control to caller, for housekeepingRamkumar Ramachandra
2013-05-13am: tighten a conditional that checks for $dotestRamkumar Ramachandra
2013-03-21git-am: show the final log message on "Applying:" indicatorSimon Ruderich
2013-02-06Merge branch 'jc/fake-ancestor-with-non-blobs'Junio C Hamano
2013-02-01git-am: record full index line in the patch used while rebasingJunio C Hamano
2013-01-28Merge branch 'dl/am-hg-locale'Junio C Hamano
2013-01-18am: invoke perl's strftime in C localeDmitry V. Levin
2012-09-07Merge branch 'nd/am-i18n-fix'Junio C Hamano
2012-08-22am: quote string for translation before passing to eval_gettextlnNguyễn Thái Ngọc Duy
2012-07-31Merge branch 'jx/i18n-1.7.11'Junio C Hamano
2012-07-27Remove dead code which contains bad gettext blockJiang Xin
2012-07-27i18n: am: mark more strings for translationJiang Xin
2012-07-25i18n: rebase: mark messages for translationJiang Xin
2012-07-22Merge branch 'pg/maint-1.7.9-am-where-is-patch'Junio C Hamano
2012-07-13am: indicate where a failed patch is to be foundPaul Gortmaker
2012-06-26am: don't call mailinfo if $rebasingMartin von Zweigbergk
2012-06-26am --rebasing: get patch body from commit, not from mailboxMartin von Zweigbergk
2012-04-20Merge branch 'jc/am-report-3way'Junio C Hamano
2012-04-20Merge branch 'jb/am-include'Junio C Hamano
2012-03-28am: support --include optionJohannes Berg
2012-03-28am -3: list the paths that needed 3-way fallbackJunio C Hamano
2012-03-13am: officially deprecate -b/--binary optionJunio C Hamano