Merge branch 'junio/master' into seq-builtin-dev
commit0f6d62165f33012887d5874873a497f1769413a6
authorStephan Beyer <s-beyer@gmx.net>
Mon, 3 Aug 2009 01:55:27 +0000 (3 03:55 +0200)
committerStephan Beyer <s-beyer@gmx.net>
Mon, 3 Aug 2009 02:00:51 +0000 (3 04:00 +0200)
tree93d0408dead3e16a4725e9a18bd68a358c63b9eb
parente7b8dab0c2a73ade92017a52bb1405ea1534ef20
parente6580020057afd207b7cfb9c96905f99e13cfe4d
Merge branch 'junio/master' into seq-builtin-dev

This merge is a lazy merge that drops

1) git-am.sh changes introduced by:
   ea10b60c91  Work around ash "alternate value" expansion bug
   47c9739e5e  am: simplify "sq" function by using "git rev-parse --sq-quote"
   a5a6755a1d  git-am foreign patch support: introduce patch_format
   15ced753ac  git-am foreign patch support: autodetect some patch formats
   c574e683b5  git-am foreign patch support: StGIT support
   0cd29a0371  git-am: refactor 'cleaning up and aborting'

2) git-rebase--interactive.sh changes introduced by:

   1830d9cb62  Fix rebase -p --onto

and this merge also does not

3) introduce the new OPT_FILENAME option to builtin-sequencer.
12 files changed:
Makefile
builtin-merge.c
builtin-revert.c
builtin-sequencer.c
builtin.h
git-am.sh
git-rebase--interactive.sh
git-rebase.sh
git.c
t/t3404-rebase-interactive.sh
t/t4150-am.sh
t/test-lib.sh