1. 08 Oct, 2013 1 commit
    • More filemode cleanups for FAT on MacOS · 14997dc5
      This cleans up some additional issues.  The main change is that
      on a filesystem that doesn't support mode bits, libgit2 will now
      create new blobs with GIT_FILEMODE_BLOB always instead of being
      at the mercy to the filesystem driver to report executable or not.
      This means that if "core.filemode" lies and claims that filemode
      is not supported, then we will ignore the executable bit from the
      filesystem.  Previously we would have allowed it.
      
      This adds an option to the new git_repository_reset_filesystem to
      recurse through submodules if desired.  There may be other types
      of APIs that would like a "recurse submodules" option, but this
      one is particularly useful.
      
      This also has a number of cleanups, etc., for related things
      including trying to give better error messages when problems come
      up from the filesystem.  For example, the FAT filesystem driver on
      MacOS appears to return errno EINVAL if you attempt to write a
      filename with invalid UTF-8 in it.  We try to capture that with a
      better error message now.
      Russell Belfer committed
  2. 19 Aug, 2013 2 commits
  3. 16 Aug, 2013 1 commit
  4. 13 Aug, 2013 4 commits
  5. 08 Aug, 2013 2 commits
  6. 07 Aug, 2013 1 commit
  7. 05 Aug, 2013 1 commit
  8. 25 Jun, 2013 1 commit
  9. 12 Jun, 2013 1 commit
  10. 15 May, 2013 2 commits
  11. 04 May, 2013 1 commit
  12. 03 May, 2013 1 commit
  13. 28 Feb, 2013 2 commits
  14. 08 Feb, 2013 5 commits
  15. 07 Feb, 2013 2 commits
  16. 08 Jan, 2013 1 commit
  17. 17 Dec, 2012 1 commit
  18. 27 Nov, 2012 2 commits
  19. 20 Nov, 2012 3 commits
  20. 15 Nov, 2012 1 commit
    • Add POSIX compat lstat() variant for win32 · cccacac5
      The existing p_lstat implementation on win32 is not quite POSIX
      compliant when setting errno to ENOTDIR.  This adds an option to
      make is be compliant so that code (such as checkout) that cares
      to have separate behavior for ENOTDIR can use it portably.
      
      This also contains a couple of other minor cleanups in the
      posix_w32.c implementations to avoid unnecessary work.
      Russell Belfer committed
  21. 07 Nov, 2012 1 commit
  22. 29 Aug, 2012 2 commits
  23. 02 Aug, 2012 1 commit
  24. 18 Jul, 2012 1 commit