summaryrefslogtreecommitdiffstats
path: root/git-am.sh
AgeCommit message (Expand)AuthorLines
2007-05-25git-am: use printf instead of echo on user-supplied stringsJeff King-2/+2
2007-04-23Fix typo in git-am: s/Was is/Was it/Josh Triplett-1/+1
2007-03-24Use diff* with --exit-code in git-am, git-rebase and git-merge-oursAlex Riesen-11/+7
2007-03-12builtin-mailinfo.c infrastrcture changesDon Zickus-0/+4
2007-02-24Reword git-am 3-way fallback failure message.Junio C Hamano-1/+1
2007-02-11Teach git-am to pass -p option down to git-applyJunio C Hamano-5/+2
2007-02-08add -C[NUM] to git-amMichael S. Tsirkin-4/+8
2007-01-11Merge branch 'jc/bare'Junio C Hamano-0/+1
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce-0/+1
2007-01-09-u is now default for 'git-mailinfo'.Junio C Hamano-0/+2
2007-01-09git-am: should work when "--no-utf8 --utf8" is givenJunio C Hamano-1/+1
2007-01-08--utf8 is now default for 'git-am'Junio C Hamano-3/+5
2006-12-28Use merge-recursive in git-am -3.Shawn O. Pearce-2/+5
2006-12-28Use GIT_REFLOG_ACTION environment variable instead.Shawn O. Pearce-5/+2
2006-12-21Suggest 'add' in am/revert/cherry-pick.Shawn O. Pearce-2/+2
2006-12-09rerere: record (or avoid misrecording) resolved, skipped or aborted rebase/amEric Wong-0/+8
2006-09-16Fix git-am safety checksJunio C Hamano-4/+19
2006-08-12git-am: give better diagnostics when the patch does not apply during --3wayJunio C Hamano-9/+19
2006-07-23git-am: Don't accept an mbox on stdin of we already have a .dotest directoryLukas Sandström-2/+4
2006-07-13Record rebase changes as 'rebase' in the reflog.Shawn Pearce-1/+5
2006-07-10Fix more typos, primarily in the codePavel Roskin-1/+1
2006-06-27Fix expr usage for FreeBSDDennis Stosberg-1/+1
2006-05-23Merge branch 'sp/reflog' into nextJunio C Hamano-1/+1
2006-05-19Include ref log detail in commit, reset, etc.Shawn Pearce-1/+1
2006-05-15Merge branch 'jc/apply' into nextJunio C Hamano-36/+2
2006-05-15git-am: use apply --cachedJunio C Hamano-36/+2
2006-05-14Make git rebase interactive help match documentation.Sean-2/+9
2006-05-02Give the user a hint for how to continue in the case that git-am fails becaus...Robert Shearman-3/+23
2006-04-28git-am --resolved: more usable error message.Junio C Hamano-0/+7
2006-03-02war on whitespaces: documentation.Junio C Hamano-1/+2
2006-02-28git-am: --whitespace=x option.Junio C Hamano-4/+9
2006-02-23git-am: do not allow empty commits by mistake.Junio C Hamano-2/+8
2006-02-22Keep Porcelainish from failing by broken ident after making changes.Junio C Hamano-1/+3
2006-02-11Only call git-rerere if $GIT_DIR/rr-cache exists.Junio C Hamano-1/+4
2006-02-06git-rerere: reuse recorded resolve.Junio C Hamano-0/+1
2005-12-16Fix git-am --skipJan Harkes-0/+2
2005-12-14mailinfo and git-am: allow "John Doe <johndoe>"Junio C Hamano-0/+7
2005-12-14Merge branch 'hold/am'Junio C Hamano-4/+1
2005-12-14git-am: Usage string clean-upfreku045@student.liu.se-7/+3
2005-12-14git-am support for naked email messages (take 2)H. Peter Anvin-4/+1
2005-12-06Use printf rather than echo -n.Jason Riedy-1/+1
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano-1/+1
2005-11-17git-am: --binary; document --resume and --binary.Junio C Hamano-6/+14
2005-11-16git-am: --resolved.Junio C Hamano-12/+53
2005-11-08git-am: do not lose already edited final-commit when resuming.Junio C Hamano-12/+19
2005-10-25Add [v]iew patch in git-am interactive.Junio C Hamano-5/+8
2005-10-25git-am: make it easier after fixing up an unapplicable patch.Junio C Hamano-4/+10
2005-10-20Fix missing exports in git-amJunio C Hamano-0/+1
2005-10-17Update git-apply to use C-style quoting for funny pathnames.Junio C Hamano-2/+2
2005-10-13git-am: do not fail if 3-way fallback succeeds.Junio C Hamano-8/+12