git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* merge summaries
@ 2007-05-18  5:44 Steffen Prohaska
  2007-05-18 18:33 ` Linus Torvalds
  0 siblings, 1 reply; 18+ messages in thread
From: Steffen Prohaska @ 2007-05-18  5:44 UTC (permalink / raw)
  To: Git Mailing List

It took me some time to figure out how to get summaries of the merged  
branch into merge messages. Finally I recognized that I simply need  
to set

	git-config merge.summary true


I have two questions:
1) Why isn't 'true' the default setting? The two probably most  
prominent git repositories, git and kernel, both use merge summaries.  
After some time working with git I started to wonder, how these guys  
create the nicely formatted branch summaries. If merge summaries are  
apparently best practice, why are they missing in my local merges?

2) Why does git-merge have a switch '--no-summary' to switch  
summaries off, but doesn't have a switch '--summary' to switch them  
on? After some time of searching for the solution I started to  
believe that Linus and Junio might use some shell magic to create  
their merge messages, which they pipe to git-merge's -m switch. This  
inconsistency made finding the simple solution even harder.

- Steffen

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

end of thread, other threads:[~2007-05-20 20:39 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-18  5:44 merge summaries Steffen Prohaska
2007-05-18 18:33 ` Linus Torvalds
2007-05-18 18:47   ` Junio C Hamano
2007-05-18 19:13     ` Linus Torvalds
2007-05-18 21:56       ` J. Bruce Fields
2007-05-18 23:12         ` Linus Torvalds
2007-05-18 23:34           ` Junio C Hamano
2007-05-20 20:34           ` Robin Rosenberg
2007-05-20 16:00         ` [PATCH] rev-list: '--indent' oneline output Steffen Prohaska
2007-05-20 16:12           ` Steffen Prohaska
2007-05-20 18:36           ` Junio C Hamano
2007-05-20 20:38             ` Steffen Prohaska
2007-05-19  9:35     ` merge summaries Steffen Prohaska
2007-05-19 19:24       ` Junio C Hamano
2007-05-19 20:20         ` Junio C Hamano
2007-05-20  8:17           ` Steffen Prohaska
2007-05-20  8:27             ` Junio C Hamano
2007-05-20  9:07               ` Junio C Hamano

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