1. 05 Feb, 2015 1 commit
    • repo: ensure we can create repo at filesystem root · 865baaf9
      Test to ensure that we can create a repository at the filesystem
      root.  Introduces a new test environment variable,
      `GITTEST_INVASIVE_FILESYSTEM` for tests that do terrible things like
      escaping the clar sandbox and writing to the root directory.  It is
      expected that the CI builds will enable this but that normal people
      would not want this.
      Edward Thomson committed
  2. 03 Feb, 2015 1 commit
  3. 08 Jan, 2015 1 commit
  4. 27 Dec, 2014 1 commit
  5. 17 Dec, 2014 1 commit
  6. 08 Nov, 2014 1 commit
  7. 07 Nov, 2014 1 commit
    • iterator: submodules are determined by an index or tree · 62a617dc
      We cannot know from looking at .gitmodules whether a directory is a
      submodule or not. We need the index or tree we are comparing against to
      tell us. Otherwise we have to assume the entry in .gitmodules is stale
      or otherwise invalid.
      
      Thus we pass the index of the repository into the workdir iterator, even
      if we do not want to compare against it. This follows what git does,
      which even for `git diff <tree>`, it will consider staged submodules as
      such.
      Carlos Martín Nieto committed
  8. 17 Sep, 2014 1 commit
  9. 03 Sep, 2014 1 commit
  10. 08 Aug, 2014 1 commit
  11. 22 Jul, 2014 1 commit
  12. 01 Jul, 2014 1 commit
  13. 27 May, 2014 1 commit
  14. 15 May, 2014 1 commit
    • Better search path sandboxing · 8487e237
      There are a number of tests that modify the global or system
      search paths during the tests.  This adds a helper function to
      make it easier to restore those paths and makes sure that they
      are getting restored in a manner that preserves test isolation.
      Russell Belfer committed
  15. 11 Apr, 2014 1 commit
  16. 07 Apr, 2014 1 commit
  17. 19 Mar, 2014 3 commits
  18. 18 Mar, 2014 1 commit
  19. 17 Mar, 2014 2 commits
  20. 25 Feb, 2014 1 commit
  21. 20 Feb, 2014 1 commit
  22. 18 Feb, 2014 1 commit
  23. 07 Feb, 2014 1 commit
  24. 05 Feb, 2014 1 commit
  25. 03 Feb, 2014 1 commit
  26. 01 Feb, 2014 1 commit
  27. 30 Jan, 2014 4 commits
  28. 27 Jan, 2014 1 commit
  29. 15 Jan, 2014 1 commit
  30. 14 Nov, 2013 1 commit