summaryrefslogtreecommitdiff
path: root/git-am.sh
AgeCommit message (Expand)Author
2010-12-28Merge branch 'jc/maint-rebase-rewrite-last-skip'Junio C Hamano
2010-12-23rebase --skip: correctly wrap-up when skipping the last patchJunio C Hamano
2010-12-22Merge branch 'jc/maint-am-abort-safely'Junio C Hamano
2010-12-21am --abort: keep unrelated commits since the last failure and warnJunio C Hamano
2010-10-22Sync with 1.7.3.2Junio C Hamano
2010-10-21Merge branch 'sn/doc-opt-notation' into maintJunio C Hamano
2010-10-14Merge branch 'maint'Junio C Hamano
2010-10-13shell portability: no "export VAR=VAL"Junio C Hamano
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec
2010-10-03git-am: fix detection of absolute paths for windowsPat Thoyts
2010-06-27Merge branch 'js/maint-am-rebase-invalid-author'Junio C Hamano
2010-06-18Merge branch 'rr/am-help'Junio C Hamano
2010-06-16am: use get_author_ident_from_commit instead of mailinfo when rebasingJay Soffian
2010-06-02git am: Remove stray error message from sedRamkumar Ramachandra
2010-06-02git am: Display some help text when patch is emptyRamkumar Ramachandra
2010-06-02git am: Set cmdline globallyRamkumar Ramachandra
2010-06-01git-am: suggest what to do with superfluous patchesJan Krüger
2010-05-21Merge branch 'jc/am-3-show-corrupted-patch'Junio C Hamano
2010-04-14am -3: recover the diagnostic messages for corrupt patchesJunio C Hamano
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano
2010-03-13rebase: support automatic notes copyingThomas Rast
2010-03-13rebase: invoke post-rewrite hookThomas Rast
2010-03-10Merge branch 'sh/am-keep-cr'Junio C Hamano
2010-03-02Merge branch 'jn/maint-fix-pager'Junio C Hamano
2010-02-28git-am: Add am.keepcr and --no-keep-cr to override itStefan-W. Hahn
2010-02-28git-am: Add command line parameter `--keep-cr` passing it to git-mailsplitStefan-W. Hahn
2010-02-23am: remove rebase-apply directory before gcJonathan Nieder
2010-02-15am: Fix launching of pagerJonathan 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