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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: