summaryrefslogtreecommitdiff
path: root/git-am.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |_|/ |/| |
| * | apply: get rid of --index-info in favor of --build-fake-ancestorJohannes Schindelin2007-09-181-4/+2
| |/
* | Supplant the "while case ... break ;; esac" idiomDavid Kastrup2007-09-231-1/+1
|/
* Make usage documentation for git-am consistent.Brian Hetro2007-08-251-2/+4
* git-am: initialize variable $resume on startupGerrit Pape2007-08-061-1/+2
* git am: skip pine's internal folder dataJohannes Schindelin2007-07-241-0/+6
* Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben2007-07-201-1/+1
* Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin2007-07-061-12/+3
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-20/+20
* More echo "$user_message" fixes.Jeff King2007-05-261-2/+2
* git-am: use printf instead of echo on user-supplied stringsJeff King2007-05-251-2/+2
* Fix typo in git-am: s/Was is/Was it/Josh Triplett2007-04-231-1/+1
* Use diff* with --exit-code in git-am, git-rebase and git-merge-oursAlex Riesen2007-03-241-11/+7
* builtin-mailinfo.c infrastrcture changesDon Zickus2007-03-121-0/+4
* Reword git-am 3-way fallback failure message.Junio C Hamano2007-02-241-1/+1
* Teach git-am to pass -p option down to git-applyJunio C Hamano2007-02-111-5/+2
* add -C[NUM] to git-amMichael S. Tsirkin2007-02-081-4/+8
* Merge branch 'jc/bare'Junio C Hamano2007-01-111-0/+1
|\
| * Disallow working directory commands in a bare repository.Shawn O. Pearce2007-01-101-0/+1
* | -u is now default for 'git-mailinfo'.Junio C Hamano2007-01-091-0/+2
* | git-am: should work when "--no-utf8 --utf8" is givenJunio C Hamano2007-01-091-1/+1
* | --utf8 is now default for 'git-am'Junio C Hamano2007-01-081-3/+5
|/
* Use merge-recursive in git-am -3.Shawn O. Pearce2006-12-281-2/+5
* Use GIT_REFLOG_ACTION environment variable instead.Shawn O. Pearce2006-12-281-5/+2
* Suggest 'add' in am/revert/cherry-pick.Shawn O. Pearce2006-12-211-2/+2
* rerere: record (or avoid misrecording) resolved, skipped or aborted rebase/amEric Wong2006-12-091-0/+8
* Fix git-am safety checksJunio C Hamano2006-09-161-4/+19
* git-am: give better diagnostics when the patch does not apply during --3wayJunio C Hamano2006-08-121-9/+19
* git-am: Don't accept an mbox on stdin of we already have a .dotest directoryLukas Sandström2006-07-231-2/+4