lchiocca f26ef97802 The stat() function should be independent of core.symlinks
The contract for the stat() and lstat() function is:
> stat():  stats the file pointed to by path and fills in buf.
> lstat(): is identical to stat(), except that if path is a symbolic link,
>          then the link itself is stat-ed, not the file that it refers to.

stat() should always return the statistics of the file or directory a
symbolic link is pointing to. The lstat() function is used to get the
stats for the symlink. Hence the check should not be there.

Signed-off-by: Loris Chiocca <loris@chiocca.ch>
2015-06-22 13:04:10 +02:00
2015-06-17 10:25:52 +02:00
2015-06-17 10:25:51 +02:00
2015-06-17 10:25:50 +02:00
2015-03-17 16:01:27 -07:00
2015-03-10 20:53:52 -07:00
2015-06-17 10:21:47 +02:00
2015-06-16 14:33:47 -07:00
2015-06-17 10:21:47 +02:00
2015-06-16 14:38:01 -07:00
2015-03-27 13:02:32 -07:00
2015-06-17 10:25:52 +02:00
2015-06-17 10:25:53 +02:00
2015-03-23 11:12:58 -07:00
2015-06-16 14:38:01 -07:00
2015-03-22 21:39:18 -07:00

Git for Windows

Join the chat at https://gitter.im/git-for-windows/git

This is the source code of Git for Windows, forked from Git.

This project is run by a governance model. If you encounter problems, you can report them as GitHub issues, discuss them on Git for Windows' Google Group, and contribute bug fixes.

Description
A fork of Git containing Windows-specific patches.
Readme 479 MiB
2025-08-19 03:50:05 -05:00
Languages
C 51.7%
Shell 37.5%
Perl 4.3%
Tcl 3%
Python 0.8%
Other 2.5%