]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tb/cygwin-shared-repository'
authorJunio C Hamano <gitster@pobox.com>
Tue, 2 Apr 2013 22:09:54 +0000 (15:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Apr 2013 22:09:54 +0000 (15:09 -0700)
Cygwin port has a faster-but-lying lstat(2) emulation whose
incorrectness does not matter in practice except for a few
codepaths, and setting permission bits to directories is a codepath
that needs to use a more correct one.

* tb/cygwin-shared-repository:
  Make core.sharedRepository work under cygwin 1.7


Trivial merge