1. 22 Jun, 2015 2 commits
    • submodule: remove the per-repo cache · dfda2f68
      Having this cache and giving them out goes against our multithreading
      guarantees and it makes it impossible to use submodules in a
      multi-threaded environment, as any thread can ask for a refresh which
      may reallocate some string in the submodule struct which we've accessed
      in a different one via a getter.
      
      This makes the submodules behave more like remotes, where each object is
      created upon request and not shared except explicitly by the user. This
      means that some tests won't pass yet, as they assume they can affect the
      submodule objects in the cache and that will affect later operations.
      Carlos Martín Nieto committed
    • Merge pull request #3239 from git-up/stash_index · 0c94deb9
      Write modified index in git_stash_apply()
      Carlos Martín Nieto committed
  2. 21 Jun, 2015 1 commit
  3. 20 Jun, 2015 9 commits
  4. 19 Jun, 2015 3 commits
  5. 17 Jun, 2015 5 commits
  6. 16 Jun, 2015 11 commits
  7. 15 Jun, 2015 8 commits
  8. 12 Jun, 2015 1 commit