public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Cygwin Git cannot create Windows native symlinks
@ 2017-03-09  3:00 Steven Penny
  0 siblings, 0 replies; only message in thread
From: Steven Penny @ 2017-03-09  3:00 UTC (permalink / raw)
  To: cygwin

Cygwin can easily create Windows native symlinks:

    touch alfa.txt
    CYGWIN=winsymlinks:native ln -s alfa.txt bravo.txt

However Cygwin Git seems to have no way to create Windows native symlinks:

    CYGWIN=winsymlinks:lnk git clone git://github.com/stedolan/jq

creates README as a Shortcut (.lnk) file.

    CYGWIN=winsymlinks:native git clone git://github.com/stedolan/jq

creates README as a Cygwin symlink, not a Windows native symlink.

    CYGWIN=winsymlinks:nativestrict git clone git://github.com/stedolan/jq

just creates a plain text file, not even a symlink:

    $ cat jq/README
    README.md


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-09  3:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-09  3:00 Cygwin Git cannot create Windows native symlinks Steven Penny

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 read-only IMAP folder(s) and NNTP newsgroup(s).