summaryrefslogtreecommitdiffstats
path: root/git-am.sh
AgeCommit message (Expand)AuthorLines
2008-07-16Merge branch 'sb/dashless'Junio C Hamano-3/+3
2008-07-15Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin-3/+3
2008-07-14Merge branch 'jc/rebase-orig-head'Junio C Hamano-0/+1
2008-07-13git-am/git-mailsplit: correct synopsis for reading from stdinStephan Beyer-1/+1
2008-07-13Make usage strings dash-lessStephan Beyer-3/+3
2008-07-13git-am: Do not exit silently if committer is unsetStephan Beyer-1/+2
2008-07-07Teach "am" and "rebase" to mark the original position with ORIG_HEADJunio C Hamano-0/+1
2008-06-17git-am: head -1 is obsolete and doesn't work on some new systemsAlejandro Mery-1/+1
2008-05-21Merge branch 'maint-1.5.4' into maintJunio C Hamano-1/+1
2008-05-19git-am: fix typo in usage messageJeff King-1/+1
2008-04-19Merge branch 'jc/maint-rebase-am' into maintJunio C Hamano-5/+14
2008-04-18Merge branch 'maint-1.5.4' into maintJunio C Hamano-1/+1
2008-04-18am: POSIX portability fixJunio C Hamano-1/+1
2008-04-16Merge branch 'maint-1.5.4' into maintJunio C Hamano-2/+1
2008-04-16git-am: minor cleanupJunio C Hamano-2/+1
2008-04-16rebase: do not munge commit log messageJunio C Hamano-5/+14
2008-04-16Merge branch 'maint-1.5.4' into maintJunio C Hamano-14/+10
2008-04-16git-am: cope better with an empty Subject: lineLinus Torvalds-14/+10
2008-03-13remove use of "tail -n 1" and "tail -1"Jeff King-1/+1
2008-03-05am: --rebasingJunio C Hamano-2/+11
2008-03-05am: remove support for -d .dotestJunio C Hamano-9/+5
2008-03-05am: read from the right mailbox when started from a subdirectoryJunio C Hamano-2/+23
2008-03-01allow git-am to run in a subdirectoryJeff King-0/+2
2008-02-03git-am: fix type in its usage stringJörg Sommer-1/+1
2008-01-05git-am: Run git gc only once and not for every patch.Michael Stefaniuc-2/+2
2007-12-05Merge branch 'maint'Junio C Hamano-0/+5
2007-12-05git-am -i: report rewritten titleJunio C Hamano-0/+5
2007-12-05Revert "git-am: catch missing author date early."Junio C Hamano-2/+2
2007-12-02git-am: catch missing author date early.Junio C Hamano-2/+2
2007-11-28Merge branch 'maint'Junio C Hamano-4/+4
2007-11-28scripts: do not get confused with HEAD in work treeJunio C Hamano-4/+4
2007-11-08git-am: -i does not take a string parameter.Junio C Hamano-1/+1
2007-11-06Give git-am back the ability to add Signed-off-by lines.Johannes Sixt-1/+1
2007-11-05Migrate git-am.sh to use git-rev-parse --parseoptPierre Habouzit-45/+49
2007-10-18Merge branch 'jc/am-quiet'Shawn O. Pearce-4/+0
2007-10-03Merge branch 'jc/autogc'Junio C Hamano-0/+2
2007-10-01git-am: fix typo in the previous one.Junio C Hamano-1/+1
2007-09-29git-am: make the output quieter.Junio C Hamano-5/+1
2007-09-26apply: get rid of --index-info in favor of --build-fake-ancestorJohannes Schindelin-4/+2
2007-09-23Merge branch 'js/apply-build-ancestor'Junio C Hamano-4/+2
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup-1/+1
2007-09-18apply: get rid of --index-info in favor of --build-fake-ancestorJohannes Schindelin-4/+2
2007-09-06Invoke "git gc --auto" from commit, merge, am and rebase.Junio C Hamano-0/+2
2007-08-25Make usage documentation for git-am consistent.Brian Hetro-2/+4
2007-08-06git-am: initialize variable $resume on startupGerrit Pape-1/+2
2007-07-24git am: skip pine's internal folder dataJohannes Schindelin-0/+6
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben-1/+1
2007-07-06Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin-12/+3
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano-20/+20
2007-05-26More echo "$user_message" fixes.Jeff King-2/+2