summaryrefslogtreecommitdiff
path: root/git-am.sh
AgeCommit message (Expand)AuthorFilesLines
2009-07-06Merge branch 'gb/am-foreign'Junio C Hamano1-4/+127
2009-06-18am, rebase: teach quiet optionStephen Boyd1-7/+19
2009-06-18am: suppress apply errors when using 3-wayStephen Boyd1-1/+8
2009-06-13git-am: refactor 'cleaning up and aborting'Giuseppe Bilotta1-14/+13
2009-05-28git-am foreign patch support: StGIT supportGiuseppe Bilotta1-0/+57
2009-05-28git-am foreign patch support: autodetect some patch formatsGiuseppe Bilotta1-1/+39
2009-05-28git-am foreign patch support: introduce patch_formatGiuseppe Bilotta1-4/+33
2009-05-10am: simplify "sq" function by using "git rev-parse --sq-quote"Christian Couder1-5/+1
2009-04-18Work around ash "alternate value" expansion bugBen Jackson1-1/+1
2009-04-12git-am: teach git-am to apply a patch to an unborn branchNanako Shiraishi1-5/+24
2009-02-26git-am: make --abort less dangerousJunio C Hamano1-0/+7
2009-02-26git-am: Keep index in case of abort with dirty indexMichael J Gruber1-3/+10
2009-02-04Merge branch 'ns/am-slacker'Junio C Hamano1-1/+20
2009-01-28git-am: minor cleanupsJay Soffian1-8/+4
2009-01-25git-am: Add --ignore-date optionNanako Shiraishi1-0/+8
2009-01-25am: Add --committer-date-is-author-date optionJunio C Hamano1-1/+12
2009-01-23git-am: implement --reject option passed to git-applymartin f. krafft1-0/+3
2009-01-21Merge branch 'jf/am-failure-report'Junio C Hamano1-1/+1
2009-01-18git-am: re-fix the diag message printingJunio C Hamano1-1/+1
2009-01-17git-am: Make it easier to see which patch failedJonas Flodén1-1/+1
2009-01-14git-am: fix shell quotingJunio C Hamano1-1/+1
2009-01-12git-am: add --directory=<dir> optionJunio C Hamano1-4/+13
2008-12-05git-am: rename apply_opt_extra file to apply-optJunio C Hamano1-2/+2
2008-12-04git-am: propagate --3way options as wellJunio C Hamano1-2/+7
2008-12-04git-am: propagate -C<n>, -p<n> options as wellJunio C Hamano1-7/+7
2008-12-04git-am --whitespace: do not lose the command line optionJunio C Hamano1-4/+4
2008-08-16git-am: ignore --binary optionStephan Beyer1-12/+7
2008-07-30Replace uses of "git-var" with "git var"Todd Zullinger1-1/+1
2008-07-25git-am: Mention --abort in usage string part of OPTIONS_SPECStephan Beyer1-2/+1
2008-07-23git-am: Add colon before the subject that is printed out as being appliedStephan Beyer1-1/+1
2008-07-22git am --skip: clean the index while preserving local changesOlivier Marin1-3/+9
2008-07-21git-am: remove dash from help messageOlivier Marin1-1/+1
2008-07-21Rename .git/rebase to .git/rebase-applyJohannes Schindelin1-1/+1
2008-07-20Merge branch 'ns/am-abort'Junio C Hamano1-4/+17
2008-07-19git am --abortNanako Shiraishi1-4/+17
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-3/+3
2008-07-15Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin1-3/+3
2008-07-14Merge branch 'jc/rebase-orig-head'Junio C Hamano1-0/+1
2008-07-13git-am/git-mailsplit: correct synopsis for reading from stdinStephan Beyer1-1/+1
2008-07-13Make usage strings dash-lessStephan Beyer1-3/+3
2008-07-13git-am: Do not exit silently if committer is unsetStephan Beyer1-1/+2
2008-07-07Teach "am" and "rebase" to mark the original position with ORIG_HEADJunio C Hamano1-0/+1
2008-06-17git-am: head -1 is obsolete and doesn't work on some new systemsAlejandro Mery1-1/+1
2008-05-21Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+1
2008-05-19git-am: fix typo in usage messageJeff King1-1/+1
2008-04-19Merge branch 'jc/maint-rebase-am' into maintJunio C Hamano1-4/+13
2008-04-18Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+1
2008-04-18am: POSIX portability fixJunio C Hamano1-1/+1
2008-04-16Merge branch 'maint-1.5.4' into maintJunio C Hamano1-2/+1
2008-04-16git-am: minor cleanupJunio C Hamano1-2/+1