summaryrefslogtreecommitdiff
path: root/git-am.sh
AgeCommit message (Expand)Author
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
2007-09-19apply: get rid of --index-info in favor of --build-fake-ancestorJohannes Schindelin
2007-09-06Invoke "git gc --auto" from commit, merge, am and rebase.Junio C Hamano
2007-08-26Make usage documentation for git-am consistent.Brian Hetro
2007-08-06git-am: initialize variable $resume on startupGerrit Pape
2007-07-25git am: skip pine's internal folder dataJohannes Schindelin
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben
2007-07-07Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-05-26More echo "$user_message" fixes.Jeff King
2007-05-26git-am: use printf instead of echo on user-supplied stringsJeff King
2007-04-24Fix typo in git-am: s/Was is/Was it/Josh Triplett
2007-03-25Use diff* with --exit-code in git-am, git-rebase and git-merge-oursAlex Riesen
2007-03-13builtin-mailinfo.c infrastrcture changesDon Zickus
2007-02-24Reword git-am 3-way fallback failure message.Junio C Hamano
2007-02-12Teach git-am to pass -p option down to git-applyJunio C Hamano
2007-02-08add -C[NUM] to git-amMichael S. Tsirkin
2007-01-12Merge branch 'jc/bare'Junio C Hamano