git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* What should I do to display the diff of even a simple merge commit?
@ 2010-02-09 23:45 Christian MICHON
  2010-02-09 23:46 ` Christian MICHON
  2010-02-09 23:57 ` Petr Baudis
  0 siblings, 2 replies; 9+ messages in thread
From: Christian MICHON @ 2010-02-09 23:45 UTC (permalink / raw)
  To: git list

Hi list,

I'm performing many merges between developpers branches these days,
most of them not yielding into conflicts. (understand: simple merges)

All is good, but sometimes, I would like to really like what has been changed.

As I do not systematically do this "git merge --no-commit --stat
<list_to_merge>" and then fire "git gui" to inspect the diffs before
the real commit, I'm wondering: how could I do this using some
plumbing ?

Right now, I've tried the obvious git log -c -p, git show -u --cc, but
since the merge are simple merges, I cannot get any diff output. I
believe this is by construction.

Any hints ?

Thanks in advance.

-- 
Christian
--
http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !

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

end of thread, other threads:[~2010-02-10  3:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-09 23:45 What should I do to display the diff of even a simple merge commit? Christian MICHON
2010-02-09 23:46 ` Christian MICHON
2010-02-09 23:57 ` Petr Baudis
2010-02-10  0:05   ` Junio C Hamano
2010-02-10  1:11     ` [PATCH] git log -p -m: Document, honor --first-parent Petr Baudis
2010-02-10  1:30       ` Junio C Hamano
2010-02-10  2:12         ` Petr Baudis
2010-02-10  3:23           ` Junio C Hamano
2010-02-10  0:07   ` What should I do to display the diff of even a simple merge commit? Christian MICHON

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