The radar's local and remote commits can be slow, on heavy repos it can be very slow. We could use git hooks to only calculate the local and remote commits each time push, fetch, pull, commit etc events occur.
The precalculated strings could then be read from files in the .git folder quite quickly on each render.
The radar's local and remote commits can be slow, on heavy repos it can be very slow. We could use git hooks to only calculate the local and remote commits each time push, fetch, pull, commit etc events occur.
The precalculated strings could then be read from files in the
.gitfolder quite quickly on each render.