1. 03 Mar, 2015 1 commit
    • Remove the signature from ref-modifying functions · 659cf202
      The signature for the reflog is not something which changes
      dynamically. Almost all uses will be NULL, since we want for the
      repository's default identity to be used, making it noise.
      
      In order to allow for changing the identity, we instead provide
      git_repository_set_ident() and git_repository_ident() which allow a user
      to override the choice of signature.
      Carlos Martín Nieto committed
  2. 19 Feb, 2015 1 commit
  3. 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
  4. 03 Feb, 2015 1 commit
  5. 08 Jan, 2015 1 commit
  6. 27 Dec, 2014 1 commit
  7. 17 Dec, 2014 1 commit
  8. 08 Nov, 2014 1 commit
  9. 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
  10. 17 Sep, 2014 1 commit
  11. 03 Sep, 2014 1 commit
  12. 08 Aug, 2014 1 commit
  13. 22 Jul, 2014 1 commit
  14. 01 Jul, 2014 1 commit
  15. 27 May, 2014 1 commit
  16. 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
  17. 11 Apr, 2014 1 commit
  18. 07 Apr, 2014 1 commit
  19. 19 Mar, 2014 3 commits
  20. 18 Mar, 2014 1 commit
  21. 17 Mar, 2014 2 commits
  22. 25 Feb, 2014 1 commit
  23. 20 Feb, 2014 1 commit
  24. 18 Feb, 2014 1 commit
  25. 07 Feb, 2014 1 commit
  26. 05 Feb, 2014 1 commit
  27. 03 Feb, 2014 1 commit
  28. 01 Feb, 2014 1 commit
  29. 30 Jan, 2014 4 commits
  30. 27 Jan, 2014 1 commit
  31. 15 Jan, 2014 1 commit
  32. 14 Nov, 2013 1 commit