Revision d6cbf2fa7a51229d992c9c8d51eb635eccdd6067 authored by Junio C Hamano on 02 August 2013, 18:01:00 UTC, committed by Junio C Hamano on 02 August 2013, 18:01:01 UTC
Cygwin port added a "not quite correct but a lot faster and good
enough for many lstat() calls that are only used to see if the
working tree entity matches the index entry" lstat() emulation some
time ago, and it started biting us in places.  This removes it and
uses the standard lstat() that comes with Cygwin.

Recent topic that uses lstat on packed-refs file is broken when
this cheating lstat is used, and this is a simplest fix that is
also the cleanest direction to go in the long run.

* rj/cygwin-clarify-use-of-cheating-lstat:
  cygwin: Remove the Win32 l/stat() implementation
2 parent s c7eb614 + f66450a
History
File Mode Size
.gitignore -rw-r--r-- 42 bytes
Makefile -rw-r--r-- 207 bytes
README -rw-r--r-- 4.3 KB
aggregate.perl -rwxr-xr-x 3.7 KB
min_time.perl -rwxr-xr-x 348 bytes
p0000-perf-lib-sanity.sh -rwxr-xr-x 1002 bytes
p0001-rev-list.sh -rwxr-xr-x 262 bytes
p0002-read-cache.sh -rwxr-xr-x 211 bytes
p4000-diff-algorithms.sh -rwxr-xr-x 488 bytes
p4211-line-log.sh -rwxr-xr-x 674 bytes
p5302-pack-index.sh -rwxr-xr-x 827 bytes
p7810-grep.sh -rwxr-xr-x 512 bytes
perf-lib.sh -rw-r--r-- 5.5 KB
run -rwxr-xr-x 1.5 KB

README

back to top