summaryrefslogtreecommitdiff
path: root/git-am.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/apply'Junio C Hamano2006-05-171-36/+2
|\
| * git-am: use apply --cachedJunio C Hamano2006-05-151-36/+2
* | Make git rebase interactive help match documentation.Sean2006-05-141-2/+9
|/
* Give the user a hint for how to continue in the case that git-am fails becaus...Robert Shearman2006-05-021-3/+23
* git-am --resolved: more usable error message.Junio C Hamano2006-04-281-0/+7
* war on whitespaces: documentation.Junio C Hamano2006-03-021-1/+2
* git-am: --whitespace=x option.Junio C Hamano2006-02-281-4/+9
* git-am: do not allow empty commits by mistake.Junio C Hamano2006-02-231-2/+8
* Keep Porcelainish from failing by broken ident after making changes.Junio C Hamano2006-02-221-1/+3
* Only call git-rerere if $GIT_DIR/rr-cache exists.Junio C Hamano2006-02-111-1/+4
* git-rerere: reuse recorded resolve.Junio C Hamano2006-02-061-0/+1
* Fix git-am --skipJan Harkes2005-12-161-0/+2
* mailinfo and git-am: allow "John Doe <johndoe>"Junio C Hamano2005-12-141-0/+7
* Merge branch 'hold/am'Junio C Hamano2005-12-141-4/+1
|\
| * git-am support for naked email messages (take 2)H. Peter Anvin2005-12-141-4/+1
* | git-am: Usage string clean-upfreku045@student.liu.se2005-12-141-7/+3
|/
* Use printf rather than echo -n.Jason Riedy2005-12-061-1/+1
* git-sh-setup: die if outside git repository.Junio C Hamano2005-11-251-1/+1
* git-am: --binary; document --resume and --binary.Junio C Hamano2005-11-171-6/+14
* git-am: --resolved.Junio C Hamano2005-11-161-12/+53
* git-am: do not lose already edited final-commit when resuming.Junio C Hamano2005-11-081-12/+19
* Add [v]iew patch in git-am interactive.Junio C Hamano2005-10-251-5/+8
* git-am: make it easier after fixing up an unapplicable patch.Junio C Hamano2005-10-251-4/+10
* Fix missing exports in git-amJunio C Hamano2005-10-201-0/+1
* Update git-apply to use C-style quoting for funny pathnames.Junio C Hamano2005-10-171-2/+2
* git-am: do not fail if 3-way fallback succeeds.Junio C Hamano2005-10-131-8/+12
* git-am: interactive should fail gracefully.Junio C Hamano2005-10-121-2/+2
* Add git-am, applymbox replacement.Junio C Hamano2005-10-071-0/+337