summaryrefslogtreecommitdiff
path: root/git-am.sh
AgeCommit message (Expand)Author
2008-08-16git-am: ignore --binary optionStephan Beyer
2008-07-30Replace uses of "git-var" with "git var"Todd Zullinger
2008-07-26git-am: Mention --abort in usage string part of OPTIONS_SPECStephan Beyer
2008-07-23git-am: Add colon before the subject that is printed out as being appliedStephan Beyer
2008-07-22git am --skip: clean the index while preserving local changesOlivier Marin
2008-07-22git-am: remove dash from help messageOlivier Marin
2008-07-22Rename .git/rebase to .git/rebase-applyJohannes Schindelin
2008-07-21Merge branch 'ns/am-abort'Junio C Hamano
2008-07-19git am --abortNanako Shiraishi
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-16Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin
2008-07-15Merge branch 'jc/rebase-orig-head'Junio C Hamano
2008-07-13git-am/git-mailsplit: correct synopsis for reading from stdinStephan Beyer
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-13git-am: Do not exit silently if committer is unsetStephan Beyer
2008-07-07Teach "am" and "rebase" to mark the original position with ORIG_HEADJunio C Hamano
2008-06-17git-am: head -1 is obsolete and doesn't work on some new systemsAlejandro Mery
2008-05-21Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-05-20git-am: fix typo in usage messageJeff King
2008-04-20Merge branch 'jc/maint-rebase-am' into maintJunio C Hamano
2008-04-19Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-18am: POSIX portability fixJunio C Hamano
2008-04-17Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-16git-am: minor cleanupJunio C Hamano
2008-04-16rebase: do not munge commit log messageJunio C Hamano
2008-04-16Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-16git-am: cope better with an empty Subject: lineLinus Torvalds
2008-03-13remove use of "tail -n 1" and "tail -1"Jeff King
2008-03-05am: --rebasingJunio C Hamano
2008-03-05am: remove support for -d .dotestJunio C Hamano
2008-03-05am: read from the right mailbox when started from a subdirectoryJunio C Hamano
2008-03-01allow git-am to run in a subdirectoryJeff King
2008-02-04git-am: fix type in its usage stringJörg Sommer
2008-01-05git-am: Run git gc only once and not for every patch.Michael Stefaniuc
2007-12-06Merge branch 'maint'Junio C Hamano
2007-12-06git-am -i: report rewritten titleJunio C Hamano
2007-12-05Revert "git-am: catch missing author date early."Junio C Hamano
2007-12-02git-am: catch missing author date early.Junio C Hamano
2007-11-29Merge branch 'maint'Junio C Hamano
2007-11-29scripts: do not get confused with HEAD in work treeJunio C Hamano
2007-11-09git-am: -i does not take a string parameter.Junio C Hamano
2007-11-06Give git-am back the ability to add Signed-off-by lines.Johannes Sixt
2007-11-06Migrate git-am.sh to use git-rev-parse --parseoptPierre Habouzit
2007-10-18Merge branch 'jc/am-quiet'Shawn O. Pearce
2007-10-03Merge branch 'jc/autogc'Junio C Hamano
2007-10-01git-am: fix typo in the previous one.Junio C Hamano
2007-09-30git-am: make the output quieter.Junio C Hamano
2007-09-26apply: get rid of --index-info in favor of --build-fake-ancestorJohannes Schindelin
2007-09-24Merge branch 'js/apply-build-ancestor'Junio C Hamano
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup