StreakyCobra / gws

Colorful KISS helper for git workspaces
https://streakycobra.github.io/gws/
MIT License
235 stars 22 forks source link

GWS doesn't clone/update missing repositories after 3ea1c54 commit #33

Closed ghost closed 7 years ago

ghost commented 7 years ago

When you setup your workspace at the first time, it's okay, the repositories are cloned.

If you delete one of them then rerun gws update, contrary to older commits, GWS only says missing repositories without cloning them (even when .cache.gws and .projects.gws are deleted too).

Hope this helps !

Thanks you for this nice script.

@Cegree && @thomas-lemaire

emlun commented 7 years ago

Huh, weird. Thanks for the report! It makes no sense that 3ea1c54 would be the culprit, as that commit changed only the README, but I'll look into it.

ghost commented 7 years ago

You're welcome ! It's maybe not this one exactly ... My colleague had its repository pointing to this commit and we tested before and after a git pull, then noticed the bug ...

Good luck !

emlun commented 7 years ago

I've identified and fixed the issue, it will be included in the 0.1.12 release!