git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RFC: Change whatchanged to report changes from merges by default?
@ 2008-12-20 10:42 Mark Burton
  2008-12-20 17:22 ` Mark Burton
  2008-12-20 20:09 ` Junio C Hamano
  0 siblings, 2 replies; 4+ messages in thread
From: Mark Burton @ 2008-12-20 10:42 UTC (permalink / raw)
  To: git


Hi,

Is it just an accident of history or by design that whatchanged
requires the -m option to show changes introduced by merges but
diff and git log show those changes without requiring any extra
options?

Would it not make more sense to have git whatchanged show the changes
introduced by merges by default and then people can use the (already
supported) --no-merges option to suppress that behaviour?

It appears that just setting rev.ignore_merges to 0 in cmd_whatchanged()
would do the trick. Shall I submit a patch?

Mark

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

end of thread, other threads:[~2008-12-20 20:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-20 10:42 RFC: Change whatchanged to report changes from merges by default? Mark Burton
2008-12-20 17:22 ` Mark Burton
2008-12-20 20:09 ` Junio C Hamano
2008-12-20 20:21   ` Mark Burton

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