git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] combine-diff consistency fixes
@ 2006-02-27 12:48 Mark Wooding
  2006-02-27 12:52 ` [PATCH 1/2] combine-diff: Honour --full-index Mark Wooding
  2006-02-27 12:52 ` [PATCH 2/2] combine-diff: Honour -z option correctly Mark Wooding
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Wooding @ 2006-02-27 12:48 UTC (permalink / raw)
  To: git

The output of git diff-tree --cc on a merge is not consistent with its
output for a normal commit.  In particular:

  * the index lines on a combined diff are abbreviated even if
    --full-index is given, and

  * the headers on a combined diff are not null terminated, even if -z
    is given.

For example, run

  git-diff-tree --cc -z --full-index f0b0af1b04f558b684cae2a3b805ca4bab84d45f

-- [mdw]

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

end of thread, other threads:[~2006-02-27 12:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-27 12:48 [PATCH 0/2] combine-diff consistency fixes Mark Wooding
2006-02-27 12:52 ` [PATCH 1/2] combine-diff: Honour --full-index Mark Wooding
2006-02-27 12:52 ` [PATCH 2/2] combine-diff: Honour -z option correctly Mark Wooding

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