Is this a Linux/*nix system, or a Windows (Git for Windows [GfW]) system? 

It's important because Symlinks on nix systems are, as best I understand 
it, a file system property, while on Windows it's emulated as a file (IIRC) 
and the Git Index makes a note of that mode status.

Can you show the actual setup and output that you are seeing.

It wouldn't surprise me that the file, from the *nix dev view would not 
have a terminating LF (Git does that a lot).

If you actually have the git.git repo cloned, then look at the RelNotes 
'file'. On my GfW it has no LF terminator.

On Wednesday, October 12, 2022 at 8:11:33 PM UTC+1 ignacio...@eclypsium.com 
wrote:

> So, both *git diff* and *git show* display "\ No newline at end of file" 
> for symlinks.
>
> I think this doesn't make any sense since symlinks are not even regular 
> files.
>
> I think this is a bug about how Git renders diffs for symlinks, I am 
> making any sense here?
>
> Should I report this bug into the mailing list?
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/15f45646-35b5-43e2-aa6c-2182bd5476c9n%40googlegroups.com.

Reply via email to