summaryrefslogtreecommitdiffstats
path: root/git-am.sh
AgeCommit message (Expand)AuthorLines
2014-11-25git-am: add --message-id/--no-message-idPaolo Bonzini-2/+19
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano-1/+1
2014-03-31comments: fix misuses of "nor"Justin Lebar-1/+1
2014-03-25git-am.sh: use the $(...) construct for command substitutionElia Pinto-15/+15
2014-02-03am: add the --gpg-sign optionNicolas Vigier-1/+8
2014-02-03am: parse options in stuck-long modeNicolas Vigier-9/+9
2014-02-03git-sh-setup.sh: add variable to use the stuck-long modeNicolas Vigier-0/+1
2013-12-05Merge branch 'jk/replace-perl-in-built-scripts'Junio C Hamano-2/+2
2013-10-29use @@PERL@@ in built scriptsJeff King-2/+2
2013-06-27am: replace uses of --resolved with --continueKevin Bracey-4/+4
2013-06-17am: handle stray $dotest directoryRamkumar Ramachandra-0/+17
2013-05-12am: return control to caller, for housekeepingRamkumar Ramachandra-2/+7
2013-05-12am: tighten a conditional that checks for $dotestRamkumar Ramachandra-1/+3
2013-03-21git-am: show the final log message on "Applying:" indicatorSimon Ruderich-7/+7
2013-02-05Merge branch 'jc/fake-ancestor-with-non-blobs'Junio C Hamano-1/+1
2013-01-31git-am: record full index line in the patch used while rebasingJunio C Hamano-1/+1
2013-01-28Merge branch 'dl/am-hg-locale'Junio C Hamano-1/+1
2013-01-18am: invoke perl's strftime in C localeDmitry V. Levin-1/+1
2012-09-07Merge branch 'nd/am-i18n-fix'Junio C Hamano-2/+2
2012-08-22am: quote string for translation before passing to eval_gettextlnNguyễn Thái Ngọc Duy-2/+2
2012-07-31Merge branch 'jx/i18n-1.7.11'Junio C Hamano-12/+8
2012-07-26Remove dead code which contains bad gettext blockJiang Xin-3/+0
2012-07-26i18n: am: mark more strings for translationJiang Xin-6/+5
2012-07-25i18n: rebase: mark messages for translationJiang Xin-3/+3
2012-07-22Merge branch 'pg/maint-1.7.9-am-where-is-patch'Junio C Hamano-0/+5
2012-07-13am: indicate where a failed patch is to be foundPaul Gortmaker-0/+5
2012-06-26am: don't call mailinfo if $rebasingMartin von Zweigbergk-23/+24
2012-06-26am --rebasing: get patch body from commit, not from mailboxMartin von Zweigbergk-0/+1
2012-04-20Merge branch 'jc/am-report-3way'Junio C Hamano-0/+6
2012-04-20Merge branch 'jb/am-include'Junio C Hamano-1/+2
2012-03-28am: support --include optionJohannes Berg-1/+2
2012-03-28am -3: list the paths that needed 3-way fallbackJunio C Hamano-0/+6
2012-03-13am: officially deprecate -b/--binary optionJunio C Hamano-2/+2
2012-03-12Merge branch 'jc/am-3-nonstandard-popt' into maintJunio C Hamano-4/+7
2012-03-12git-am: error out when seeing -b/--binaryThomas Rast-1/+3
2012-03-04Merge branch 'jc/am-3-nonstandard-popt'Junio C Hamano-4/+7
2012-02-26Merge branch 'maint'Junio C Hamano-1/+1
2012-02-26am: don't infloop for an empty input fileJim Meyering-1/+1
2012-02-22am -3: allow nonstandard -p<num> optionJunio C Hamano-4/+7
2012-01-29Merge branch 'tr/maint-mailinfo'Junio C Hamano-4/+16
2012-01-16am: learn passing -b to mailinfoThomas Rast-4/+16
2011-12-09Merge branch 'maint-1.7.7' into maintJunio C Hamano-7/+0
2011-12-09am: don't persist keepcr flagMartin von Zweigbergk-7/+0
2011-10-05Merge branch 'gb/am-hg-patch'Junio C Hamano-0/+34
2011-09-02Merge branch 'gb/maint-am-stgit-author-to-from-fix'Junio C Hamano-1/+1
2011-09-02Merge branch 'gb/maint-am-patch-format-error-message'Junio C Hamano-1/+2
2011-08-29am: preliminary support for hg patchesGiuseppe Bilotta-0/+34
2011-08-29am: fix stgit patch manglingGiuseppe Bilotta-1/+1
2011-08-29am: format is in $patch_format, not parse_patchGiuseppe Bilotta-1/+2
2011-08-25Merge branch 'js/i18n-scripts'Junio C Hamano-17/+14