1. 12 Apr, 2012 8 commits
  2. 11 Apr, 2012 17 commits
  3. 10 Apr, 2012 5 commits
  4. 04 Apr, 2012 3 commits
  5. 03 Apr, 2012 1 commit
  6. 02 Apr, 2012 1 commit
  7. 01 Apr, 2012 1 commit
  8. 31 Mar, 2012 1 commit
  9. 30 Mar, 2012 2 commits
  10. 28 Mar, 2012 1 commit
    • Added submodule API and use in status · bfc9ca59
      When processing status for a newly checked out repo, it is
      possible that there will be submodules that have not yet been
      initialized.  The only way to distinguish these from untracked
      directories is to have some knowledge of submodules.  This
      commit adds a new submodule API which, given a name or path,
      can determine if it appears to be a submodule and can give
      information about the submodule.
      Russell Belfer committed