feat: allow usage of --prune with --preserve-dir#526
feat: allow usage of --prune with --preserve-dir#526gabrie30 merged 4 commits intogabrie30:masterfrom Fraguinha:feat-enable-flag-combo
Conversation
|
@Fraguinha added you as a contributor, might have an email. But hoping it will fix the issue with the tests running properly |
|
I have accepted the invite about the changes, I have made in now the prunning logic in the pruneRepos function should be correctly removing the repositories missing from remote with: let me know what you think of the approach, this current version is also no longer segregating the logic between the |
|
Thanks @Fraguinha I'll take a look when I can |
|
The behavior I'm seeing now is that its trying to delete all the repos, I'm running the tests here using the |
|
Whoops, my bad, I think I understood why all the repos were being deleted...
I believe now the feature should be working correctly, sorry for the trouble |
|
Thanks @Fraguinha! |
|
I had a problem using this feature under windows. Seems it deletes everything just cloned. |
Status
IN DEVELOPMENT
Description
Adds support for: #445 (allow using both --prune and --preserve-dir flags)