This patch series adds new command line options to git-commit to make
it easy to specify messages for commits correctly formatted for use
wit 'rebase -i --autosquash'.
This 2nd iteration address concerns raised earlier:
http://thread.gmane.org/gmane.comp.version-control.git/156369 . Most
notably, --squash=COMMIT now works with -m/-c/-C/-F and uses the
editor when appropriate.
Pat Notz (4):
commit: --fixup option for use with rebase --autosquash
t7500: add tests of commit --fixup
commit: --squash option for use with rebase --autosquash
t7500: add tests of commit --squash
Documentation/git-commit.txt | 19 +++++++--
builtin/commit.c | 58 ++++++++++++++++++++++++--
t/t7500-commit.sh | 90 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 158 insertions(+), 9 deletions(-)
--
1.7.3