Previously we were fetching map date from working tree logs. We had to do git fetch because of edge case when the map was generated on a commit which is not in local working tree. However doing git fetch can be confusing and unexpected for some users. This PR reworks map expiration check in a way that does not require fetching
Previously we were fetching map date from working tree logs. We had to do
git fetch
because of edge case when the map was generated on a commit which is not in local working tree. However doinggit fetch
can be confusing and unexpected for some users. This PR reworks map expiration check in a way that does not require fetching