Noticed that node-test-linter was giving this:
+ git rebase --committer-date-is-author-date 84063a73144fba50ef55373a26bcbb589b8d156c
First, rewinding head to replay your work on top of it...
Applying: test: defer abort with setTimeout
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
error: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log.
Automatic cleanup will not be performed until the file is removed.
warning: There are too many unreachable loose objects; run 'git prune' to remove them.
I ran git gc && git prune, and it seems happier now. I assume this should be done on all the machines from time to time.
Thoughts on how we might automate this?
Noticed that
node-test-linterwas giving this:I ran
git gc && git prune, and it seems happier now. I assume this should be done on all the machines from time to time.Thoughts on how we might automate this?