summaryrefslogtreecommitdiff
path: root/git-am.sh
Commit message (Expand)AuthorAgeFilesLines
* git-am: ignore --binary optionStephan Beyer2008-08-161-12/+7
* Replace uses of "git-var" with "git var"Todd Zullinger2008-07-301-1/+1
* git-am: Mention --abort in usage string part of OPTIONS_SPECStephan Beyer2008-07-251-2/+1
* git-am: Add colon before the subject that is printed out as being appliedStephan Beyer2008-07-231-1/+1
* git am --skip: clean the index while preserving local changesOlivier Marin2008-07-221-3/+9
* git-am: remove dash from help messageOlivier Marin2008-07-211-1/+1
* Rename .git/rebase to .git/rebase-applyJohannes Schindelin2008-07-211-1/+1
* Merge branch 'ns/am-abort'Junio C Hamano2008-07-201-4/+17
|\
| * git am --abortNanako Shiraishi2008-07-191-4/+17
* | Merge branch 'sb/dashless'Junio C Hamano2008-07-161-3/+3
|\ \ | |/ |/|
| * Make usage strings dash-lessStephan Beyer2008-07-131-3/+3
* | Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin2008-07-151-3/+3
* | Merge branch 'jc/rebase-orig-head'Junio C Hamano2008-07-141-0/+1
|\ \
| * | Teach "am" and "rebase" to mark the original position with ORIG_HEADJunio C Hamano2008-07-071-0/+1
| |/
* | git-am/git-mailsplit: correct synopsis for reading from stdinStephan Beyer2008-07-131-1/+1
* | git-am: Do not exit silently if committer is unsetStephan Beyer2008-07-131-1/+2
|/
* git-am: head -1 is obsolete and doesn't work on some new systemsAlejandro Mery2008-06-171-1/+1
* Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-05-211-1/+1
|\
| * git-am: fix typo in usage messageJeff King2008-05-191-1/+1
* | Merge branch 'jc/maint-rebase-am' into maintJunio C Hamano2008-04-191-5/+14
|\ \
| * | rebase: do not munge commit log messageJunio C Hamano2008-04-161-5/+14
* | | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-181-1/+1
|\ \ \ | | |/ | |/|
| * | am: POSIX portability fixJunio C Hamano2008-04-181-1/+1
* | | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-161-2/+1
|\ \ \ | |/ / | | / | |/ |/|
| * git-am: minor cleanupJunio C Hamano2008-04-161-2/+1
* | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-161-14/+10
|\ \ | |/
| * git-am: cope better with an empty Subject: lineLinus Torvalds2008-04-161-14/+10
* | remove use of "tail -n 1" and "tail -1"Jeff King2008-03-131-1/+1
* | am: --rebasingJunio C Hamano2008-03-051-2/+11
* | am: remove support for -d .dotestJunio C Hamano2008-03-051-9/+5
* | am: read from the right mailbox when started from a subdirectoryJunio C Hamano2008-03-051-2/+23
* | allow git-am to run in a subdirectoryJeff King2008-03-011-0/+2
|/
* git-am: fix type in its usage stringJörg Sommer2008-02-031-1/+1
* git-am: Run git gc only once and not for every patch.Michael Stefaniuc2008-01-051-2/+2
* Merge branch 'maint'Junio C Hamano2007-12-051-0/+5
|\
| * git-am -i: report rewritten titleJunio C Hamano2007-12-051-0/+5
* | Revert "git-am: catch missing author date early."Junio C Hamano2007-12-051-2/+2
* | git-am: catch missing author date early.Junio C Hamano2007-12-021-2/+2
* | Merge branch 'maint'Junio C Hamano2007-11-281-4/+4
|\ \ | |/
| * scripts: do not get confused with HEAD in work treeJunio C Hamano2007-11-281-4/+4
| * apply: get rid of --index-info in favor of --build-fake-ancestorJohannes Schindelin2007-09-261-4/+2
* | git-am: -i does not take a string parameter.Junio C Hamano2007-11-081-1/+1
* | Give git-am back the ability to add Signed-off-by lines.Johannes Sixt2007-11-061-1/+1
* | Migrate git-am.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-45/+49
* | Merge branch 'jc/am-quiet'Shawn O. Pearce2007-10-181-4/+0
|\ \
| * | git-am: fix typo in the previous one.Junio C Hamano2007-10-011-1/+1
| * | git-am: make the output quieter.Junio C Hamano2007-09-291-5/+1
* | | Merge branch 'jc/autogc'Junio C Hamano2007-10-031-0/+2
|\ \ \ | |/ / |/| |
| * | Invoke "git gc --auto" from commit, merge, am and rebase.Junio C Hamano2007-09-061-0/+2
* | | Merge branch 'js/apply-build-ancestor'Junio C Hamano2007-09-231-4/+2
|\ \ \ | |_|/ |/| |