1. 12 Feb, 2023 11 commits
  2. 09 Feb, 2023 1 commit
  3. 03 Feb, 2023 1 commit
  4. 02 Feb, 2023 1 commit
  5. 26 Jan, 2023 1 commit
  6. 25 Jan, 2023 8 commits
  7. 24 Jan, 2023 3 commits
  8. 20 Jan, 2023 9 commits
  9. 05 Jan, 2023 1 commit
    • Use `git_clone__submodule` to avoid file checks in workdir · ae7a0a63
      `git_clone` checks for existence of (non-empty) directories that would clash with what is about to be cloned.
      
      This is problematic when cloning submodules since they make sense in the context of a parent module, so they should not use the current working dir.
      
      Since in `git_submodule_update` we clone the submodule only when it is not yet initialized we do not need to perform directory checks.
      Aleš Bizjak committed
  10. 28 Nov, 2022 1 commit
  11. 25 Nov, 2022 3 commits