aboutsummaryrefslogtreecommitdiffstats
path: root/git-am.sh
AgeCommit message (Expand)AuthorFilesLines
2006-05-14Make git rebase interactive help match documentation.Sean1-2/+9
2006-05-02Give the user a hint for how to continue in the case that git-am fails becaus...Robert Shearman1-3/+23
2006-04-28git-am --resolved: more usable error message.Junio C Hamano1-0/+7
2006-03-02war on whitespaces: documentation.Junio C Hamano1-1/+2
2006-02-28git-am: --whitespace=x option.Junio C Hamano1-4/+9
2006-02-23git-am: do not allow empty commits by mistake.Junio C Hamano1-2/+8
2006-02-22Keep Porcelainish from failing by broken ident after making changes.Junio C Hamano1-1/+3
2006-02-11Only call git-rerere if $GIT_DIR/rr-cache exists.Junio C Hamano1-1/+4
2006-02-06git-rerere: reuse recorded resolve.Junio C Hamano1-0/+1
2005-12-16Fix git-am --skipJan Harkes1-0/+2
2005-12-14mailinfo and git-am: allow "John Doe <johndoe>"Junio C Hamano1-0/+7
2005-12-14Merge branch 'hold/am'Junio C Hamano1-4/+1
2005-12-14git-am: Usage string clean-upfreku045@student.liu.se1-7/+3
2005-12-14git-am support for naked email messages (take 2)H. Peter Anvin1-4/+1
2005-12-06Use printf rather than echo -n.Jason Riedy1-1/+1
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano1-1/+1
2005-11-17git-am: --binary; document --resume and --binary.Junio C Hamano1-6/+14
2005-11-16git-am: --resolved.Junio C Hamano1-12/+53
2005-11-08git-am: do not lose already edited final-commit when resuming.Junio C Hamano1-12/+19
2005-10-25Add [v]iew patch in git-am interactive.Junio C Hamano1-5/+8
2005-10-25git-am: make it easier after fixing up an unapplicable patch.Junio C Hamano1-4/+10
2005-10-20Fix missing exports in git-amJunio C Hamano1-0/+1
2005-10-17Update git-apply to use C-style quoting for funny pathnames.Junio C Hamano1-2/+2
2005-10-13git-am: do not fail if 3-way fallback succeeds.Junio C Hamano1-8/+12
2005-10-12git-am: interactive should fail gracefully.Junio C Hamano1-2/+2
2005-10-07Add git-am, applymbox replacement.Junio C Hamano1-0/+337