1. 25 Mar, 2014 2 commits
    • Fix submodule leaks and invalid references · 591e8295
      This cleans up some places I missed that could hold onto submodule
      references and cleans up the way in which the repository cache is
      both reloaded and released so that existing submodule references
      aren't destroyed inappropriately.
      Russell Belfer committed
    • Make submodules externally refcounted · a15c7802
      `git_submodule` objects were already refcounted internally in case
      the submodule name was different from the path at which it was
      stored.  This makes that refcounting externally used as well, so
      `git_submodule_lookup` and `git_submodule_add_setup` return an
      object that requires a `git_submodule_free` when done.
      Russell Belfer committed
  2. 24 Mar, 2014 6 commits
  3. 21 Mar, 2014 2 commits
  4. 20 Mar, 2014 14 commits
  5. 19 Mar, 2014 5 commits
  6. 18 Mar, 2014 6 commits
  7. 17 Mar, 2014 5 commits