summaryrefslogtreecommitdiff
path: root/git-am.sh
AgeCommit message (Expand)AuthorFilesLines
2007-05-26More echo "$user_message" fixes.Jeff King1-2/+2
2007-05-25git-am: use printf instead of echo on user-supplied stringsJeff King1-2/+2
2007-04-23Fix typo in git-am: s/Was is/Was it/Josh Triplett1-1/+1
2007-03-24Use diff* with --exit-code in git-am, git-rebase and git-merge-oursAlex Riesen1-11/+7
2007-03-12builtin-mailinfo.c infrastrcture changesDon Zickus1-0/+4
2007-02-24Reword git-am 3-way fallback failure message.Junio C Hamano1-1/+1
2007-02-11Teach git-am to pass -p option down to git-applyJunio C Hamano1-5/+2
2007-02-08add -C[NUM] to git-amMichael S. Tsirkin1-4/+8
2007-01-11Merge branch 'jc/bare'Junio C Hamano1-0/+1
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce1-0/+1
2007-01-09-u is now default for 'git-mailinfo'.Junio C Hamano1-0/+2
2007-01-09git-am: should work when "--no-utf8 --utf8" is givenJunio C Hamano1-1/+1
2007-01-08--utf8 is now default for 'git-am'Junio C Hamano1-3/+5
2006-12-28Use merge-recursive in git-am -3.Shawn O. Pearce1-2/+5
2006-12-28Use GIT_REFLOG_ACTION environment variable instead.Shawn O. Pearce1-5/+2
2006-12-21Suggest 'add' in am/revert/cherry-pick.Shawn O. Pearce1-2/+2
2006-12-09rerere: record (or avoid misrecording) resolved, skipped or aborted rebase/amEric Wong1-0/+8
2006-09-16Fix git-am safety checksJunio C Hamano1-4/+19
2006-08-12git-am: give better diagnostics when the patch does not apply during --3wayJunio C Hamano1-9/+19
2006-07-23git-am: Don't accept an mbox on stdin of we already have a .dotest directoryLukas Sandström1-2/+4
2006-07-13Record rebase changes as 'rebase' in the reflog.Shawn Pearce1-1/+5
2006-07-10Fix more typos, primarily in the codePavel Roskin1-1/+1
2006-06-27Fix expr usage for FreeBSDDennis Stosberg1-1/+1
2006-05-23Merge branch 'sp/reflog' into nextJunio C Hamano1-1/+1
2006-05-19Include ref log detail in commit, reset, etc.Shawn Pearce1-1/+1
2006-05-15Merge branch 'jc/apply' into nextJunio C Hamano1-36/+2
2006-05-15git-am: use apply --cachedJunio C Hamano1-36/+2
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