Re: Most git executables are hard links to git.exe?

2023-07-21 Thread Larry via Cygwin
On 7/21/23 17:54, Jim Garrison via Cygwin wrote: On 07/21/23 14:52, Brian Inglis wrote: On 2023-07-21 14:59, Jim Garrison via Cygwin wrote: Git comes with over 100 executables, mostly in /usr/libexec/git-core, that all appear to be *hard* links to /bin/git, in both Cygwin and Windows. The Windo

Re: Most git executables are hard links to git.exe?

2023-07-21 Thread Jim Garrison via Cygwin
On 07/21/23 14:52, Brian Inglis wrote: On 2023-07-21 14:59, Jim Garrison via Cygwin wrote: Git comes with over 100 executables, mostly in /usr/libexec/git-core, that all appear to be *hard* links to /bin/git, in both Cygwin and Windows. The Windows fsutil command shows they're all hard linked:

Re: Most git executables are hard links to git.exe?

2023-07-21 Thread Brian Inglis via Cygwin
On 2023-07-21 14:59, Jim Garrison via Cygwin wrote: Git comes with over 100 executables, mostly in /usr/libexec/git-core, that all appear to be *hard* links to /bin/git, in both Cygwin and Windows. The Windows fsutil command shows they're all hard linked:     C:\Users\jim>fsutil hardlink list "

Most git executables are hard links to git.exe?

2023-07-21 Thread Jim Garrison via Cygwin
Git comes with over 100 executables, mostly in /usr/libexec/git-core, that all appear to be *hard* links to /bin/git, in both Cygwin and Windows. The Windows fsutil command shows they're all hard linked: C:\Users\jim>fsutil hardlink list "c:\cygwin64\bin\git.exe" \cygwin64\usr\libexec\git

OpenSSL: FATAL

2023-07-21 Thread Lee via Cygwin
I've been getting random OpenSSL: FATAL OPENSSL_Uplink(008A7C34,08): no OPENSSL_Applink crashes in an app built using ./configure --host=i686-w64-mingw32 https://www.openssl.org/docs/faq.html has this bit under I’ve compiled a program under Windows and it crashes: why? As per 0.9.8 the

[ANNOUNCEMENT] openssh 9.3p2-1

2023-07-21 Thread Corinna Vinschen via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * openssh-9.3p2-1 OpenSSH is a program for logging into a remote machine and for executing commands on a remote machine. It can replace rlogin and rsh, providing encrypted communication between two machines. =