Shallow git checkout in GetComponents hide existence of other branches

Issue #2605 new
Former user created an issue

Using shallow checkouts in GetComponents does not only not download commits other than the most recent one but it also hides the existence of branches other than the current one.

That is even

git branch -a

only reports master and remotes/origin/master.

Comments (0)

  1. Log in to comment