Open
Description
In some circumstances git-repo-info
is invoked many times throughout the life of a process (e.g. in ember-cli apps where rebuilds are happening), but in most cases the .git
info is completely unchanged.
We should add a caching strategy that uses very little I/O to determine if a new commit or tag has been made, and if not simply return the same value as the prior invocation.
Metadata
Metadata
Assignees
Labels
No labels