All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add commit message options for rebase --autosquash
@ 2010-09-17  1:39 Pat Notz
  2010-09-17  1:39 ` [PATCH 1/2] commit: add " Pat Notz
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Pat Notz @ 2010-09-17  1:39 UTC (permalink / raw)
  To: git

This change adds new command line options to git-commit to make it
easy to specify messages for commits destined for
'rebase -i --autosquash'.

The first commit adds the new options to git-commit.

The second commit adds tests of the new options.  The tests only look
for properly formed commit messages and expected error conditions.  They
do not test the rebase --autosquash functionality.

Pat Notz (2):
  commit: add message options for rebase --autosquash
  t7500: add tests of commit --fixup/--squash

 Documentation/git-commit.txt |   18 ++++++++++++++----
 builtin/commit.c             |   37 +++++++++++++++++++++++++++++++++----
 t/t7500-commit.sh            |   39 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 86 insertions(+), 8 deletions(-)

-- 
1.7.2.3

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

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

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-17  1:39 [PATCH 0/2] Add commit message options for rebase --autosquash Pat Notz
2010-09-17  1:39 ` [PATCH 1/2] commit: add " Pat Notz
2010-09-17  8:36   ` Stephen Boyd
2010-09-17 15:34     ` Pat Notz
2010-09-17 16:14     ` Bryan Drewery
2010-09-17 17:07       ` Stephen Boyd
2010-09-17 17:47         ` Bryan Drewery
2010-09-17 18:21     ` Junio C Hamano
2010-09-17  1:39 ` [PATCH 2/2] t7500: add tests of commit --fixup/--squash Pat Notz
2010-09-21 20:24 ` [PATCHv2 0/4] Add commit message options for rebase --autosquash Pat Notz
2010-09-21 20:25 ` [PATCHv2 1/4] commit: --fixup option for use with " Pat Notz
2010-09-21 20:35   ` Sverre Rabbelier
2010-09-22 18:01   ` Pat Notz
2010-09-21 20:25 ` [PATCHv2 2/4] t7500: add tests of commit --fixup Pat Notz
2010-09-21 20:25 ` [PATCHv2 3/4] commit: --squash option for use with rebase --autosquash Pat Notz
2010-09-22 18:02   ` Pat Notz
2010-09-21 20:25 ` [PATCHv2 4/4] t7500: add tests of commit --squash Pat Notz
2010-09-21 20:36   ` Ævar Arnfjörð Bjarmason
2010-09-22 17:59     ` Pat Notz
2010-09-22 18:12       ` Ævar Arnfjörð Bjarmason
2010-09-22 18:16         ` Pat Notz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.