git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv3 0/4] Add commit message options for rebase --autosquash
@ 2010-09-23 16:23 Pat Notz
  2010-09-23 16:23 ` [PATCHv3 1/4] commit: --fixup option for use with " Pat Notz
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Pat Notz @ 2010-09-23 16:23 UTC (permalink / raw)
  To: git

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'.

The 2nd iteration addressed 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.

This 3rd iteration adds documentation links from --squash and --fixup
to git-rebase(1) and updates the tests to conform to established style
(editor script moved into t7500/ directory).

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 |   21 +++++++++--
 builtin/commit.c             |   58 +++++++++++++++++++++++++++---
 t/t7500-commit.sh            |   80 ++++++++++++++++++++++++++++++++++++++++++
 t/t7500/edit-content         |    4 ++
 4 files changed, 154 insertions(+), 9 deletions(-)
 create mode 100755 t/t7500/edit-content

-- 
1.7.3

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-09-23 16:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-23 16:23 [PATCHv3 0/4] Add commit message options for rebase --autosquash Pat Notz
2010-09-23 16:23 ` [PATCHv3 1/4] commit: --fixup option for use with " Pat Notz
2010-09-23 16:23 ` [PATCHv3 2/4] t7500: add tests of commit --fixup Pat Notz
2010-09-23 16:32   ` Ævar Arnfjörð Bjarmason
2010-09-23 16:23 ` [PATCHv3 3/4] commit: --squash option for use with rebase --autosquash Pat Notz
2010-09-23 16:23 ` [PATCHv3 4/4] t7500: add tests of commit --squash Pat Notz
2010-09-23 16:34   ` Ævar Arnfjörð Bjarmason
2010-09-23 16:44     ` Pat Notz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).