summaryrefslogtreecommitdiffstats
path: root/git-am.sh
AgeCommit message (Expand)AuthorLines
2009-04-18Work around ash "alternate value" expansion bugBen Jackson-1/+1
2009-04-12git-am: teach git-am to apply a patch to an unborn branchNanako Shiraishi-5/+24
2009-02-26git-am: make --abort less dangerousJunio C Hamano-0/+7
2009-02-26git-am: Keep index in case of abort with dirty indexMichael J Gruber-3/+10
2009-02-04Merge branch 'ns/am-slacker'Junio C Hamano-1/+20
2009-01-28git-am: minor cleanupsJay Soffian-8/+4
2009-01-25git-am: Add --ignore-date optionNanako Shiraishi-0/+8
2009-01-25am: Add --committer-date-is-author-date optionJunio C Hamano-1/+12
2009-01-23git-am: implement --reject option passed to git-applymartin f. krafft-0/+3
2009-01-21Merge branch 'jf/am-failure-report'Junio C Hamano-1/+1
2009-01-18git-am: re-fix the diag message printingJunio C Hamano-1/+1
2009-01-17git-am: Make it easier to see which patch failedJonas Flodén-1/+1
2009-01-14git-am: fix shell quotingJunio C Hamano-1/+1
2009-01-12git-am: add --directory=<dir> optionJunio C Hamano-4/+13
2008-12-05git-am: rename apply_opt_extra file to apply-optJunio C Hamano-2/+2
2008-12-04git-am: propagate --3way options as wellJunio C Hamano-2/+7
2008-12-04git-am: propagate -C<n>, -p<n> options as wellJunio C Hamano-7/+7
2008-12-04git-am --whitespace: do not lose the command line optionJunio C Hamano-4/+4
2008-08-16git-am: ignore --binary optionStephan Beyer-12/+7
2008-07-30Replace uses of "git-var" with "git var"Todd Zullinger-1/+1
2008-07-25git-am: Mention --abort in usage string part of OPTIONS_SPECStephan Beyer-2/+1
2008-07-23git-am: Add colon before the subject that is printed out as being appliedStephan Beyer-1/+1
2008-07-22git am --skip: clean the index while preserving local changesOlivier Marin-3/+9
2008-07-21git-am: remove dash from help messageOlivier Marin-1/+1
2008-07-21Rename .git/rebase to .git/rebase-applyJohannes Schindelin-1/+1
2008-07-20Merge branch 'ns/am-abort'Junio C Hamano-4/+17
2008-07-19git am --abortNanako Shiraishi-4/+17
2008-07-16Merge branch 'sb/dashless'Junio C Hamano-3/+3
2008-07-15Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin-3/+3
2008-07-14Merge branch 'jc/rebase-orig-head'Junio C Hamano-0/+1
2008-07-13git-am/git-mailsplit: correct synopsis for reading from stdinStephan Beyer-1/+1
2008-07-13Make usage strings dash-lessStephan Beyer-3/+3
2008-07-13git-am: Do not exit silently if committer is unsetStephan Beyer-1/+2
2008-07-07Teach "am" and "rebase" to mark the original position with ORIG_HEADJunio C Hamano-0/+1
2008-06-17git-am: head -1 is obsolete and doesn't work on some new systemsAlejandro Mery-1/+1
2008-05-21Merge branch 'maint-1.5.4' into maintJunio C Hamano-1/+1
2008-05-19git-am: fix typo in usage messageJeff King-1/+1
2008-04-19Merge branch 'jc/maint-rebase-am' into maintJunio C Hamano-5/+14
2008-04-18Merge branch 'maint-1.5.4' into maintJunio C Hamano-1/+1
2008-04-18am: POSIX portability fixJunio C Hamano-1/+1
2008-04-16Merge branch 'maint-1.5.4' into maintJunio C Hamano-2/+1
2008-04-16git-am: minor cleanupJunio C Hamano-2/+1
2008-04-16rebase: do not munge commit log messageJunio C Hamano-5/+14
2008-04-16Merge branch 'maint-1.5.4' into maintJunio C Hamano-14/+10
2008-04-16git-am: cope better with an empty Subject: lineLinus Torvalds-14/+10
2008-03-13remove use of "tail -n 1" and "tail -1"Jeff King-1/+1
2008-03-05am: --rebasingJunio C Hamano-2/+11
2008-03-05am: remove support for -d .dotestJunio C Hamano-9/+5
2008-03-05am: read from the right mailbox when started from a subdirectoryJunio C Hamano-2/+23
2008-03-01allow git-am to run in a subdirectoryJeff King-0/+2