Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH] git diff ignore-space options should ignore missing EOL at EOF differences

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:46:17

demerphq [off-list ref] 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



    
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help