aboutsummaryrefslogtreecommitdiffstats
path: root/git-am.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-11Merge branch 'jc/bare'Junio C Hamano1-0/+1
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce1-0/+1
2007-01-09-u is now default for 'git-mailinfo'.Junio C Hamano1-0/+2
2007-01-09git-am: should work when "--no-utf8 --utf8" is givenJunio C Hamano1-1/+1
2007-01-08--utf8 is now default for 'git-am'Junio C Hamano1-3/+5
2006-12-28Use merge-recursive in git-am -3.Shawn O. Pearce1-2/+5
2006-12-28Use GIT_REFLOG_ACTION environment variable instead.Shawn O. Pearce1-5/+2
2006-12-21Suggest 'add' in am/revert/cherry-pick.Shawn O. Pearce1-2/+2
2006-12-09rerere: record (or avoid misrecording) resolved, skipped or aborted rebase/amEric Wong1-0/+8
2006-09-16Fix git-am safety checksJunio C Hamano1-4/+19
2006-08-12git-am: give better diagnostics when the patch does not apply during --3wayJunio C Hamano1-9/+19
2006-07-23git-am: Don't accept an mbox on stdin of we already have a .dotest directoryLukas Sandström1-2/+4
2006-07-13Record rebase changes as 'rebase' in the reflog.Shawn Pearce1-1/+5
2006-07-10Fix more typos, primarily in the codePavel Roskin1-1/+1
2006-06-27Fix expr usage for FreeBSDDennis Stosberg1-1/+1
2006-05-23Merge branch 'sp/reflog' into nextJunio C Hamano1-1/+1