You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
closes#76
- adds the `fs/dir clean-empty-directories-rec` command and it's test
`tests store-cleaning`
- adds the `gm clean` command and test in `tests gm store-cleaning`
- cleans the parent of any removed directory after `gm remove` and test
that in `tests gm store-cleaning-after-remove`
---------
Co-authored-by: Mel Massadian <melmassadian@gmail.com>
Describe the bug
when using
gm remove
empty parent directories are left there untouched.this could break manual scripts that try to list stuff in the store...
How to reproduce
will print
Expected behavior
i expected
gm remove
to clean the empty mess and thus the repro snippet above to printfalse
twice.Configuration
Additional context
No response
The text was updated successfully, but these errors were encountered: