git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] fix "git diff --color-words -U0"
@ 2009-10-28 12:24 Markus Heidelberg
  2009-10-28 12:24 ` [PATCH 1/3] t4034-diff-words: add a test for word diff without context Markus Heidelberg
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Markus Heidelberg @ 2009-10-28 12:24 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Johannes Schindelin, Markus Heidelberg

The wrong output roughly is as follows:

@@ -a,b +c,d @@
@@ -e,f +g,h @@
some red, green and black text
more red, green and black text

When it should be:

@@ -a,b +c,d @@
some red, green and black text
@@ -e,f +g,h @@
more red, green and black text


Markus Heidelberg (3):
  t4034-diff-words: add a test for word diff without context
  diff: move the handling of the hunk header after the changed lines
  diff: fix the location of hunk headers for "git diff --color-words
    -U0"

 diff.c                |   40 +++++++++++++++++++++++-----------------
 t/t4034-diff-words.sh |   20 ++++++++++++++++++++
 2 files changed, 43 insertions(+), 17 deletions(-)

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

end of thread, other threads:[~2009-10-31 11:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-28 12:24 [PATCH 0/3] fix "git diff --color-words -U0" Markus Heidelberg
2009-10-28 12:24 ` [PATCH 1/3] t4034-diff-words: add a test for word diff without context Markus Heidelberg
2009-10-28 12:24 ` [PATCH 2/3] diff: move the handling of the hunk header after the changed lines Markus Heidelberg
2009-10-28 12:24 ` [PATCH 3/3] diff: fix the location of hunk headers for "git diff --color-words -U0" Markus Heidelberg
2009-10-29 10:45   ` [PATCH] diff --color-words -U0: fix the location of hunk headers Johannes Schindelin
2009-10-29 11:22     ` Markus Heidelberg
2009-10-29 13:27       ` Johannes Schindelin
2009-10-29 16:29         ` Markus Heidelberg
2009-10-30 17:20           ` Junio C Hamano
2009-10-30 17:32             ` Johannes Schindelin
2009-10-30 18:40               ` Junio C Hamano
2009-10-31 11:48                 ` Johannes Schindelin
2009-10-28 18:14 ` [PATCH 0/3] fix "git diff --color-words -U0" Junio C Hamano
2009-10-28 22:21   ` Markus Heidelberg

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