sarnold / repolite

Manage a small set of (external) git repository dependencies with a yaml cfg
https://sarnold.github.io/repolite/
GNU Lesser General Public License v2.1
3 stars 0 forks source link

Incorrect clone args with specific config shown below #20

Closed sarnold closed 6 months ago

sarnold commented 6 months ago

Describe the bug stale git clone parameters after first repo is cloned

To Reproduce Steps to reproduce the behavior:

  1. make a config file where first repo has depth > 0 and second repo has 0 depth and both have different branch names
  2. run repolite command to sync repos
  3. observe second clone fail using the wrong branch name

Expected behavior Each repo should clone successfully.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.