1. 17 Feb, 2016 2 commits
    • Validate pointer before access the member. · a218b2f6
      When Git repository at network locations, sometimes git_iterator_for_tree
      fails at iterator__update_ignore_case so it goes to git_iterator_free.
      Null pointer will crash the process if not check.
      
      Signed-off-by: Colin Xu <colin.xu@gmail.com>
      Colin Xu committed
    • win32: tests around handling forbidden paths · 4be2aa57
      Introduce a repository that contains some paths that were illegal
      on PC-DOS circa 1981 (like `aux`, `con`, `com1`) and that in a
      bizarre fit of retrocomputing, remain illegal on some "modern"
      computers, despite being "new technology".
      
      Introduce some aspirational tests that suggest that we should be
      able to cope with trees and indexes that contain paths that
      would be illegal on the filesystem, so that we can at least diff
      them.  Further ensure that checkout will not write a repository
      with forbidden paths.
      Edward Thomson committed
  2. 27 Dec, 2015 1 commit
  3. 26 Dec, 2015 2 commits
  4. 24 Dec, 2015 2 commits
  5. 21 Dec, 2015 2 commits
  6. 17 Dec, 2015 4 commits
  7. 16 Dec, 2015 6 commits
  8. 15 Dec, 2015 2 commits
  9. 14 Dec, 2015 2 commits
  10. 10 Dec, 2015 2 commits
  11. 09 Dec, 2015 3 commits
  12. 08 Dec, 2015 5 commits
  13. 06 Dec, 2015 3 commits
  14. 03 Dec, 2015 3 commits
  15. 02 Dec, 2015 1 commit