From: Vincent Lefevre <vincent@vinc17.net>
To: git@vger.kernel.org
Subject: [BUG] "git diff --word-diff" gives a diff while they are only space changes
Date: Wed, 6 May 2026 03:09:27 +0200 [thread overview]
Message-ID: <20260506010927.GE5260@qaa.vinc17.org> (raw)
Consider the following two 5-line files:
file1:
1
2
3
2
4
file2:
1
2
3
2
4
On these files, "git diff --word-diff file1 file2" gives
--- a/file1
+++ b/file2
@@ -1,5 +1,5 @@
1
[-2-]
[-3-]
2
{+3+}
{+ 2+}
4
instead of
--- a/file1
+++ b/file2
@@ -1,5 +1,5 @@
1
2
3
2
4
(e.g. as output by GNU wdiff 1.2.2).
Equivalently, the following command can be used under bash or zsh:
git diff --word-diff <(printf "1\n2\n3\n 2\n4\n") \
<(printf "1\n 2\n 3\n 2\n 4\n")
Tested with git 2.39.5 (Debian 12), 2.53.0 (Debian unstable) and
2.54.0 (Termux/Android).
Issue initially found with
git show --word-diff 1bf0b214deff2d0ccdcef3b2a4723369e014de3d
and more precisely
git show --word-diff 1bf0b214deff2d0ccdcef3b2a4723369e014de3d attach.c
in the Mutt Git repository.
--
Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)
next reply other threads:[~2026-05-06 1:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-06 1:09 Vincent Lefevre [this message]
2026-05-08 12:48 ` [BUG] "git diff --word-diff" gives a diff while they are only space changes Johannes Sixt
2026-05-08 21:39 ` Vincent Lefevre
2026-05-09 6:16 ` Johannes Sixt
2026-05-09 15:55 ` Vincent Lefevre
-- strict thread matches above, loose matches on Subject: below --
2026-05-12 20:56 Michael Montalbo
2026-05-12 21:17 ` Vincent Lefevre
2026-05-13 15:52 ` Michael Montalbo
2026-05-14 7:37 ` Junio C Hamano
2026-05-14 9:55 ` Vincent Lefevre
2026-05-15 13:22 ` Phillip Wood
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260506010927.GE5260@qaa.vinc17.org \
--to=vincent@vinc17.net \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.