summaryrefslogtreecommitdiff
path: root/git-am.sh
AgeCommit message (Expand)AuthorFilesLines
2008-06-17git-am: head -1 is obsolete and doesn't work on some new systemsAlejandro Mery1-1/+1
2008-05-21Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+1
2008-05-19git-am: fix typo in usage messageJeff King1-1/+1
2008-04-19Merge branch 'jc/maint-rebase-am' into maintJunio C Hamano1-4/+13
2008-04-18Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+1
2008-04-18am: POSIX portability fixJunio C Hamano1-1/+1
2008-04-16Merge branch 'maint-1.5.4' into maintJunio C Hamano1-2/+1
2008-04-16git-am: minor cleanupJunio C Hamano1-2/+1
2008-04-16rebase: do not munge commit log messageJunio C Hamano1-4/+13
2008-04-16Merge branch 'maint-1.5.4' into maintJunio C Hamano1-14/+10
2008-04-16git-am: cope better with an empty Subject: lineLinus Torvalds1-14/+10
2008-03-13remove use of "tail -n 1" and "tail -1"Jeff King1-1/+1
2008-03-05am: --rebasingJunio C Hamano1-2/+11
2008-03-05am: remove support for -d .dotestJunio C Hamano1-9/+5
2008-03-05am: read from the right mailbox when started from a subdirectoryJunio C Hamano1-2/+23
2008-03-01allow git-am to run in a subdirectoryJeff King1-0/+2
2008-02-03git-am: fix type in its usage stringJörg Sommer1-1/+1
2008-01-05git-am: Run git gc only once and not for every patch.Michael Stefaniuc1-2/+2
2007-12-05Merge branch 'maint'Junio C Hamano1-0/+5
2007-12-05git-am -i: report rewritten titleJunio C Hamano1-0/+5
2007-12-05Revert "git-am: catch missing author date early."Junio C Hamano1-2/+2
2007-12-02git-am: catch missing author date early.Junio C Hamano1-2/+2
2007-11-28Merge branch 'maint'Junio C Hamano1-4/+4
2007-11-28scripts: do not get confused with HEAD in work treeJunio C Hamano1-4/+4
2007-11-08git-am: -i does not take a string parameter.Junio C Hamano1-1/+1
2007-11-06Give git-am back the ability to add Signed-off-by lines.Johannes Sixt1-1/+1
2007-11-05Migrate git-am.sh to use git-rev-parse --parseoptPierre Habouzit1-45/+49
2007-10-18Merge branch 'jc/am-quiet'Shawn O. Pearce1-4/+0
2007-10-03Merge branch 'jc/autogc'Junio C Hamano1-0/+2
2007-10-01git-am: fix typo in the previous one.Junio C Hamano1-1/+1
2007-09-29git-am: make the output quieter.Junio C Hamano1-5/+1
2007-09-26apply: get rid of --index-info in favor of --build-fake-ancestorJohannes Schindelin1-4/+2
2007-09-23Merge branch 'js/apply-build-ancestor'Junio C Hamano1-4/+2
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup1-1/+1
2007-09-18apply: get rid of --index-info in favor of --build-fake-ancestorJohannes Schindelin1-4/+2
2007-09-06Invoke "git gc --auto" from commit, merge, am and rebase.Junio C Hamano1-0/+2
2007-08-25Make usage documentation for git-am consistent.Brian Hetro1-2/+4
2007-08-06git-am: initialize variable $resume on startupGerrit Pape1-1/+2
2007-07-24git am: skip pine's internal folder dataJohannes Schindelin1-0/+6
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben1-1/+1
2007-07-06Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin1-12/+3
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-20/+20
2007-05-26More echo "$user_message" fixes.Jeff King1-2/+2
2007-05-25git-am: use printf instead of echo on user-supplied stringsJeff King1-2/+2
2007-04-23Fix typo in git-am: s/Was is/Was it/Josh Triplett1-1/+1
2007-03-24Use diff* with --exit-code in git-am, git-rebase and git-merge-oursAlex Riesen1-11/+7
2007-03-12builtin-mailinfo.c infrastrcture changesDon Zickus1-0/+4
2007-02-24Reword git-am 3-way fallback failure message.Junio C Hamano1-1/+1
2007-02-11Teach git-am to pass -p option down to git-applyJunio C Hamano1-5/+2
2007-02-08add -C[NUM] to git-amMichael S. Tsirkin1-4/+8