diff options
author | Mark Levedahl <mlevedahl@gmail.com> | 2008-10-13 00:33:31 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-10-13 13:43:24 -0700 |
commit | 7faee6b8de836904227ee98dc3d2c4c75b0ef3a1 (patch) | |
tree | a5522684e7f80e160b58b72f20861097839098bd /templates | |
parent | Merge branch 'maint' (diff) | |
download | tgif-7faee6b8de836904227ee98dc3d2c4c75b0ef3a1.tar.xz |
compat/cygwin.c - Use cygwin's stat if core.filemode == true
Cygwin's POSIX emulation allows use of core.filemode true, unlike native
Window's implementation of stat / lstat, and Cygwin/git users who have
configured core.filemode true in various repositories will be very
unpleasantly surprised to find that git is no longer honoring that option.
So, this patch forces use of Cygwin's stat functions if core.filemode is
set true, regardless of any other considerations.
Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'templates')
0 files changed, 0 insertions, 0 deletions