All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] git-merge: update default commit message
@ 2020-02-09 13:16 i.Dark_Templar
  2020-02-09 13:16 ` [RFC PATCH 1/3] git-merge: add option to format default message using multiple lines i.Dark_Templar
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: i.Dark_Templar @ 2020-02-09 13:16 UTC (permalink / raw)
  To: git; +Cc: i.Dark_Templar

This series of patches updates default commit message for git-merge command.

First patch adds alternative commit message formatting where
each merged object is printed on new line and adds configuration option to enable it.

New format may look good for merges with a lot of objects, but
for merge with just one object old format may still look better.
To be able to use both formats, new format type 'autoselect' is added
in patch 2, and configuration option for format selection is reworked.

Patch 3 changes default message formatting to 'autoselect' introduced
in patch 2, thus changing default behaviour of git.

i.Dark_Templar (3):
  git-merge: add option to format default message using multiple lines
  Add merge commit message type autoselect logic
  Enable merge commit message type autoselect logic by default

 Documentation/config/fmt-merge-msg.txt |  13 +++
 builtin/fmt-merge-msg.c                | 127 ++++++++++++++++++++++++-
 2 files changed, 138 insertions(+), 2 deletions(-)

--
2.24.1


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

end of thread, other threads:[~2020-03-09 19:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-09 13:16 [RFC PATCH 0/3] git-merge: update default commit message i.Dark_Templar
2020-02-09 13:16 ` [RFC PATCH 1/3] git-merge: add option to format default message using multiple lines i.Dark_Templar
2020-02-09 17:44   ` Junio C Hamano
2020-02-10 18:51     ` i.Dark_Templar
2020-03-09 12:07       ` [RFC PATCH v2 0/2] git-merge: update default commit message i.Dark_Templar
2020-03-09 12:07         ` [RFC PATCH v2 1/2] git-merge: add option to format default message using multiple lines i.Dark_Templar
2020-03-09 16:20           ` Junio C Hamano
2020-03-09 19:45             ` i.Dark_Templar
2020-03-09 12:07         ` [RFC PATCH v2 2/2] Enable multiline merge commit message by default i.Dark_Templar
2020-02-09 13:16 ` [RFC PATCH 2/3] Add merge commit message type autoselect logic i.Dark_Templar
2020-02-09 13:16 ` [RFC PATCH 3/3] Enable merge commit message type autoselect logic by default i.Dark_Templar

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.