jacebrowning / gitman

Language-agnostic dependency manager using Git.
https://gitman.readthedocs.io
MIT License
194 stars 32 forks source link

FIxed usage of depth for nested folders #295

Closed DavidWatkins closed 1 year ago

DavidWatkins commented 1 year ago

I added recursive folder checking in find_nested_configs. I also updated the unit tests to reflect the new usage. The behavior that is slightly different is that if you do gitman install with no depth, it will recurse on all folders. I don't know if this is a problem for most workflows. I could change it so the functionality doesn't change from before which would require by default setting depth to 2. This is addressing issue #294.

DavidWatkins commented 1 year ago

Thanks for merging this in so quickly!