summaryrefslogtreecommitdiff
path: root/git-am.sh
AgeCommit message (Expand)Author
2010-02-23am: remove rebase-apply directory before gcJonathan Nieder
2010-02-12am: switch --resolved to --continueJeff King
2010-01-26am: fix patch format detection for Thunderbird "Save As" emailsStephen Boyd
2009-12-04Teach --[no-]rerere-autoupdate option to merge, revert and friendsJunio C Hamano
2009-11-30Merge branch 'jc/maint-am-keep'Junio C Hamano
2009-11-27Remove dead code from "git am"Junio C Hamano
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano
2009-11-24Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano
2009-11-23Merge branch 'ls/maint-mailinfo-no-inbody'Junio C Hamano
2009-11-21git am/mailinfo: Don't look at in-body headers when rebasingLukas Sandström
2009-11-13am -i, git-svn: use "git var GIT_PAGER"Jonathan Nieder
2009-09-25git-am: force egrep to use correct characters setChristian Himpel
2009-09-25git-am: fixed patch_format detection according to RFC2822Christian Himpel
2009-08-27am/mailinfo: Disable scissors processing by defaultJunio C Hamano
2009-08-22Merge branch 'gb/apply-ignore-whitespace'Junio C Hamano
2009-08-22Merge branch 'bc/mailsplit-cr-at-eol'Junio C Hamano
2009-08-07git-am: print fair error message when format detection failsNicolas Sebrecht
2009-08-07am: allow individual e-mail files as inputJunio C Hamano
2009-08-05Allow mailsplit (and hence git-am) to handle mails with CRLF line-endingsJunio C Hamano
2009-08-05git apply: option to ignore whitespace differencesGiuseppe Bilotta
2009-07-06Merge branch 'gb/am-foreign'Junio C Hamano
2009-06-18am, rebase: teach quiet optionStephen Boyd
2009-06-18am: suppress apply errors when using 3-wayStephen Boyd
2009-06-14git-am: refactor 'cleaning up and aborting'Giuseppe Bilotta
2009-05-29git-am foreign patch support: StGIT supportGiuseppe Bilotta
2009-05-29git-am foreign patch support: autodetect some patch formatsGiuseppe Bilotta
2009-05-29git-am foreign patch support: introduce patch_formatGiuseppe Bilotta
2009-05-10am: simplify "sq" function by using "git rev-parse --sq-quote"Christian Couder
2009-04-19Work around ash "alternate value" expansion bugBen Jackson
2009-04-13git-am: teach git-am to apply a patch to an unborn branchNanako Shiraishi
2009-02-27git-am: make --abort less dangerousJunio C Hamano
2009-02-27git-am: Keep index in case of abort with dirty indexMichael J Gruber
2009-02-04Merge branch 'ns/am-slacker'Junio C Hamano
2009-01-28git-am: minor cleanupsJay Soffian
2009-01-26git-am: Add --ignore-date optionNanako Shiraishi
2009-01-26am: Add --committer-date-is-author-date optionJunio C Hamano
2009-01-24git-am: implement --reject option passed to git-applymartin f. krafft
2009-01-22Merge branch 'jf/am-failure-report'Junio C Hamano
2009-01-19git-am: re-fix the diag message printingJunio C Hamano
2009-01-18git-am: Make it easier to see which patch failedJonas Flodén
2009-01-15git-am: fix shell quotingJunio C Hamano
2009-01-12git-am: add --directory=<dir> optionJunio C Hamano
2008-12-06git-am: rename apply_opt_extra file to apply-optJunio C Hamano
2008-12-05git-am: propagate --3way options as wellJunio C Hamano
2008-12-05git-am: propagate -C<n>, -p<n> options as wellJunio C Hamano
2008-12-05git-am --whitespace: do not lose the command line optionJunio C Hamano
2008-08-16git-am: ignore --binary optionStephan Beyer
2008-07-30Replace uses of "git-var" with "git var"Todd Zullinger
2008-07-26git-am: Mention --abort in usage string part of OPTIONS_SPECStephan Beyer
2008-07-23git-am: Add colon before the subject that is printed out as being appliedStephan Beyer