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
To simplify debugging, allow passing working dir
This allows running from VSC to WSL directly and pass the target dir to process (since working dir has to be the one with the project).
Optimize retrieval and propagation of X-Sha
Simplify retrieval by leveraging JQ support in GH CLI, and always ensure we propagate the latest value for the X-Sha header.
Smarter empty directory cleanup
We were not detecting non-empty directies (that contained only subdirectories), and we were also not cleaning up parent directories once the descendent ones were empty.