1. 06 Apr, 2015 1 commit
    • Fix git_checkout_tree() to do index filemodes correctly on Windows. · 67db2bde
      git_checkout_tree() has some fallback behaviors for file systems
      which don't have full support of filemodes.  Generally works fine,
      but if a given file had a change of type from a 0644 to 0755 (i.e.,
      you add executable permissions), the fallback behavior incorrectly
      triggers when writing hte updated index.
      
      This would cause a git_checkout_tree() command, even with the
      GIT_CHECKOUT_FORCE option set, to leave a dirty index on Windows.
      
      Also added checks to an existing test to catch this case.
      John Fultz committed
  2. 04 Apr, 2015 2 commits
  3. 01 Apr, 2015 1 commit
  4. 30 Mar, 2015 1 commit
  5. 25 Mar, 2015 4 commits
  6. 24 Mar, 2015 6 commits
  7. 23 Mar, 2015 1 commit
  8. 21 Mar, 2015 1 commit
  9. 20 Mar, 2015 2 commits
  10. 19 Mar, 2015 5 commits
  11. 18 Mar, 2015 8 commits
  12. 17 Mar, 2015 8 commits