summaryrefslogtreecommitdiff
path: root/git-am.sh
AgeCommit message (Expand)Author
2008-05-19git-am: fix typo in usage messageJeff King
2008-04-18am: POSIX portability fixJunio C Hamano
2008-04-16git-am: minor cleanupJunio C Hamano
2008-04-16git-am: cope better with an empty Subject: lineLinus Torvalds
2008-02-03git-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-05Merge branch 'maint'Junio C Hamano
2007-12-05git-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-28Merge branch 'maint'Junio C Hamano
2007-11-28scripts: do not get confused with HEAD in work treeJunio C Hamano
2007-11-08git-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-05Migrate 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-29git-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-23Merge branch 'js/apply-build-ancestor'Junio C Hamano
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup
2007-09-18apply: 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-25Make usage documentation for git-am consistent.Brian Hetro
2007-08-06git-am: initialize variable $resume on startupGerrit Pape
2007-07-24git am: skip pine's internal folder dataJohannes Schindelin
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben
2007-07-06Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-05-26More echo "$user_message" fixes.Jeff King
2007-05-25git-am: use printf instead of echo on user-supplied stringsJeff King
2007-04-23Fix typo in git-am: s/Was is/Was it/Josh Triplett
2007-03-24Use diff* with --exit-code in git-am, git-rebase and git-merge-oursAlex Riesen
2007-03-12builtin-mailinfo.c infrastrcture changesDon Zickus
2007-02-24Reword git-am 3-way fallback failure message.Junio C Hamano
2007-02-11Teach git-am to pass -p option down to git-applyJunio C Hamano
2007-02-08add -C[NUM] to git-amMichael S. Tsirkin
2007-01-11Merge branch 'jc/bare'Junio C Hamano
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce
2007-01-09-u is now default for 'git-mailinfo'.Junio C Hamano
2007-01-09git-am: should work when "--no-utf8 --utf8" is givenJunio C Hamano
2007-01-08--utf8 is now default for 'git-am'Junio C Hamano
2006-12-28Use merge-recursive in git-am -3.Shawn O. Pearce
2006-12-28Use GIT_REFLOG_ACTION environment variable instead.Shawn O. Pearce
2006-12-21Suggest 'add' in am/revert/cherry-pick.Shawn O. Pearce
2006-12-09rerere: record (or avoid misrecording) resolved, skipped or aborted rebase/amEric Wong
2006-09-16Fix git-am safety checksJunio C Hamano
2006-08-12git-am: give better diagnostics when the patch does not apply during --3wayJunio C Hamano
2006-07-23git-am: Don't accept an mbox on stdin of we already have a .dotest directoryLukas Sandström