1. 11 Jan, 2014 2 commits
  2. 03 Dec, 2013 1 commit
  3. 02 Dec, 2013 1 commit
  4. 25 Nov, 2013 2 commits
  5. 18 Nov, 2013 1 commit
  6. 14 Nov, 2013 2 commits
  7. 01 Nov, 2013 1 commit
  8. 31 Oct, 2013 2 commits
  9. 30 Oct, 2013 1 commit
  10. 16 Oct, 2013 6 commits
  11. 10 Oct, 2013 2 commits
  12. 01 Oct, 2013 1 commit
  13. 26 Sep, 2013 4 commits
  14. 24 Sep, 2013 1 commit
  15. 22 Aug, 2013 1 commit
  16. 20 Aug, 2013 1 commit
  17. 07 Aug, 2013 1 commit
  18. 02 Aug, 2013 2 commits
  19. 01 Aug, 2013 1 commit
  20. 20 Jul, 2013 1 commit
  21. 18 Jul, 2013 1 commit
    • Resolve incompatability between depth and version · 95a22338
      Git is unable to checkout the specified `version` when the repository is
      cloned with a reduced history (`depth`).  However, if the repository is
      already cloned, subsequent git module calls will update the repository
      (default update=True), then properly checkout the specified `version`.
      To allow the initial call to properly clone the specified `version`, at
      the specified `depth`, this patch adds the `--branch` parameter when
      cloning the repository.
      James Laska committed
  22. 04 Jul, 2013 1 commit
  23. 03 Jul, 2013 1 commit
  24. 20 Jun, 2013 1 commit
    • Add submodule support to git module · 76d84833
      This does two things:
      * add --recursive option to git clone command in clone().  This will
        initialize all submodules when cloning a remote repository.
      * Add submodule_update() and call that from fetch().  submodule_update()
        calls two git commands iff the file .gitmodules exists in the
        repository:
        * 'git submodule sync' - synchronizes the submodules' remote URL
          configuration setting to the value in .gitmodules.
        * 'git submodule update --init --recursive' - initialize and update
          registered submodules to the commit specified in the index of the
          containing repository.
      
      If a repository was cloned without --recursive, submodule_update() will
      ensure that the submodules are initialized and updated.
      Stephen Fromm committed
  25. 15 Jun, 2013 1 commit
  26. 01 Jun, 2013 1 commit