1. 08 Apr, 2014 4 commits
  2. 07 Apr, 2014 4 commits
  3. 06 Apr, 2014 4 commits
  4. 05 Apr, 2014 1 commit
  5. 04 Apr, 2014 2 commits
  6. 03 Apr, 2014 8 commits
  7. 02 Apr, 2014 13 commits
  8. 01 Apr, 2014 4 commits
    • More tests and fix submodule index refresh · 8f4e5275
      There was a little bug where the submodule cache thought that the
      index date was out of date even when it wasn't that was resulting
      in some extra scans of index data even when not needed.
      
      Mostly this commit adds a bunch of new tests including adding and
      removing submodules in the index and in the HEAD and seeing if we
      can automatically pick them up when refreshing.
      Russell Belfer committed
    • Remove most submodule reloads from tests · 8061d519
      With the new submodule cache validity checks, we generally don't
      need to call git_submodule_reload_all to have up-to-date submodule
      data.  Some tests are still calling it where I want to actually
      test that it can be called safely and doesn't break anything, but
      mostly it is not needed.
      
      This also expands some of the existing submodule tests to cover
      some variants on the behavior that was already being tested.
      Russell Belfer committed
    • Fix submodule accounting for name and path changes · 4ece3e22
      Wrote tests that try adding, removing, and updating the name of
      submodules which showed a number of problems with how we account
      for changes when incrementally updating the submodule info.  Most
      of these issues didn't exist before because reloading would always
      blow away the old submodule data.
      Russell Belfer committed