mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-10 05:35:28 +00:00
f420f09ac1
When bumping to a more recent commit than the configured `branch`, currently the lint error message is confusing: ``` fatal: error processing shallow info: 4 Submodule 'vendor/nim-chronos': Failed to fetch 'master': ``` This happens when the selected commit is more recent than the latest one on the `branch`. Comparing the commit dates allows a better message.