git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: demerphq <demerphq@gmail.com>
Cc: Git mailing list <git@vger.kernel.org>,
	davidel@xmailserver.org,
	Johannes Schindelin <Johannes.Schindelin@gmx.de>
Subject: Re: [PATCH] git diff ignore-space options should ignore missing EOL at  EOF differences
Date: Wed, 25 Feb 2009 01:35:06 -0800	[thread overview]
Message-ID: <7v8wnu7tbp.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <9b18b3110902150609q13333619k98f87a4a36a09030@mail.gmail.com> (demerphq@gmail.com's message of "Sun, 15 Feb 2009 15:09:12 +0100")

demerphq <demerphq@gmail.com> writes:

> Fix bug where the diff library complains about missing EOL at EOF
> mismatches even when run under the various ignore whitespace options.

Hmm.  Perhaps I am not reading the problem description correctly, but this
is not certainly you are talking about, right?

    $ printf "abcde " >one
    $ git add one
    $ printf "abcde  " >one
    $ git diff -w one
    diff --git a/one b/one
    index c1401e2..9f6f8e6 100644
    $ echo "abcde  " >one
    $ git diff -w one
    index c1401e2..21ee909 100644
    $ exit



    

      parent reply	other threads:[~2009-02-25  9:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-15 14:09 [PATCH] git diff ignore-space options should ignore missing EOL at EOF differences demerphq
2009-02-15 14:55 ` Johannes Schindelin
2009-02-15 15:13   ` demerphq
2009-02-15 15:17     ` Johannes Schindelin
2009-02-24 21:43       ` demerphq
2009-02-25  9:35 ` Junio C Hamano [this message]

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=7v8wnu7tbp.fsf@gitster.siamese.dyndns.org \
    --to=gitster@pobox.com \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=davidel@xmailserver.org \
    --cc=demerphq@gmail.com \
    --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 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).