Age | Commit message (Expand) | Author | Files | Lines |
2014-04-08 | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 1 | -1/+1 |
2014-03-31 | comments: fix misuses of "nor" | Justin Lebar | 1 | -1/+1 |
2014-03-25 | git-am.sh: use the $(...) construct for command substitution | Elia Pinto | 1 | -15/+15 |
2014-02-03 | am: add the --gpg-sign option | Nicolas Vigier | 1 | -1/+8 |
2014-02-03 | am: parse options in stuck-long mode | Nicolas Vigier | 1 | -9/+9 |
2014-02-03 | git-sh-setup.sh: add variable to use the stuck-long mode | Nicolas Vigier | 1 | -0/+1 |
2013-12-05 | Merge branch 'jk/replace-perl-in-built-scripts' | Junio C Hamano | 1 | -2/+2 |
2013-10-29 | use @@PERL@@ in built scripts | Jeff King | 1 | -2/+2 |
2013-06-27 | am: replace uses of --resolved with --continue | Kevin Bracey | 1 | -4/+4 |
2013-06-17 | am: handle stray $dotest directory | Ramkumar Ramachandra | 1 | -0/+17 |
2013-05-12 | am: return control to caller, for housekeeping | Ramkumar Ramachandra | 1 | -2/+7 |
2013-05-12 | am: tighten a conditional that checks for $dotest | Ramkumar Ramachandra | 1 | -1/+3 |
2013-03-21 | git-am: show the final log message on "Applying:" indicator | Simon Ruderich | 1 | -7/+7 |
2013-02-05 | Merge branch 'jc/fake-ancestor-with-non-blobs' | Junio C Hamano | 1 | -1/+1 |
2013-01-31 | git-am: record full index line in the patch used while rebasing | Junio C Hamano | 1 | -1/+1 |
2013-01-28 | Merge branch 'dl/am-hg-locale' | Junio C Hamano | 1 | -1/+1 |
2013-01-18 | am: invoke perl's strftime in C locale | Dmitry V. Levin | 1 | -1/+1 |
2012-09-07 | Merge branch 'nd/am-i18n-fix' | Junio C Hamano | 1 | -2/+2 |
2012-08-22 | am: quote string for translation before passing to eval_gettextln | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2012-07-31 | Merge branch 'jx/i18n-1.7.11' | Junio C Hamano | 1 | -12/+8 |
2012-07-26 | Remove dead code which contains bad gettext block | Jiang Xin | 1 | -3/+0 |
2012-07-26 | i18n: am: mark more strings for translation | Jiang Xin | 1 | -6/+5 |
2012-07-25 | i18n: rebase: mark messages for translation | Jiang Xin | 1 | -3/+3 |
2012-07-22 | Merge branch 'pg/maint-1.7.9-am-where-is-patch' | Junio C Hamano | 1 | -0/+5 |
2012-07-13 | am: indicate where a failed patch is to be found | Paul Gortmaker | 1 | -0/+5 |
2012-06-26 | am: don't call mailinfo if $rebasing | Martin von Zweigbergk | 1 | -23/+24 |
2012-06-26 | am --rebasing: get patch body from commit, not from mailbox | Martin von Zweigbergk | 1 | -0/+1 |
2012-04-20 | Merge branch 'jc/am-report-3way' | Junio C Hamano | 1 | -0/+6 |
2012-04-20 | Merge branch 'jb/am-include' | Junio C Hamano | 1 | -1/+2 |
2012-03-28 | am: support --include option | Johannes Berg | 1 | -1/+2 |
2012-03-28 | am -3: list the paths that needed 3-way fallback | Junio C Hamano | 1 | -0/+6 |
2012-03-13 | am: officially deprecate -b/--binary option | Junio C Hamano | 1 | -2/+2 |
2012-03-12 | Merge branch 'jc/am-3-nonstandard-popt' into maint | Junio C Hamano | 1 | -4/+7 |
2012-03-12 | git-am: error out when seeing -b/--binary | Thomas Rast | 1 | -1/+3 |
2012-03-04 | Merge branch 'jc/am-3-nonstandard-popt' | Junio C Hamano | 1 | -4/+7 |
2012-02-26 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2012-02-26 | am: don't infloop for an empty input file | Jim Meyering | 1 | -1/+1 |
2012-02-22 | am -3: allow nonstandard -p<num> option | Junio C Hamano | 1 | -4/+7 |
2012-01-29 | Merge branch 'tr/maint-mailinfo' | Junio C Hamano | 1 | -4/+16 |
2012-01-16 | am: learn passing -b to mailinfo | Thomas Rast | 1 | -4/+16 |
2011-12-09 | Merge branch 'maint-1.7.7' into maint | Junio C Hamano | 1 | -7/+0 |
2011-12-09 | am: don't persist keepcr flag | Martin von Zweigbergk | 1 | -7/+0 |
2011-10-05 | Merge branch 'gb/am-hg-patch' | Junio C Hamano | 1 | -0/+34 |
2011-09-02 | Merge branch 'gb/maint-am-stgit-author-to-from-fix' | Junio C Hamano | 1 | -1/+1 |
2011-09-02 | Merge branch 'gb/maint-am-patch-format-error-message' | Junio C Hamano | 1 | -1/+2 |
2011-08-29 | am: preliminary support for hg patches | Giuseppe Bilotta | 1 | -0/+34 |
2011-08-29 | am: fix stgit patch mangling | Giuseppe Bilotta | 1 | -1/+1 |
2011-08-29 | am: format is in $patch_format, not parse_patch | Giuseppe Bilotta | 1 | -1/+2 |
2011-08-25 | Merge branch 'js/i18n-scripts' | Junio C Hamano | 1 | -17/+14 |
2011-08-18 | Merge branch 'db/am-skip-blank-at-the-beginning' | Junio C Hamano | 1 | -3/+8 |