git-file-utils: add ways to invalidate cache entries #5196
Labels
help wanted
We'd love to have community involvement on this issue.
package: git-file-utils
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
Hey there 👋.
git-file-utils
is a nice simple package that does its job fairly well, but I find myself wishing it would offer a way to invalidate its cached data.On a project I'm currently working on (heavily based on
release-please
, which is usinggit-file-utils
as part of its github client) I faced multiple times the situation where I recreate a branch or heavily change its content/history but have no way to invalidate cached data without recreating the whole cache from scratch.Describe the solution you'd like
Something like this would be perfect for my use case:
Describe alternatives you've considered
Additional context
I think the context is fairly clear as it is, but I add provide more details if needed.
The text was updated successfully, but these errors were encountered: