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
`git` < 1.8.5 does not update the `.gitmodules` file with submodule
changes, so when we are looking at the current state of the work tree
we need to check if the submodule actually exists via another method,
since the `.gitmodules` file we parsed does not represent reality.
At some point we're likely going to want to have a helper that provides
a convenient way for us to conditionally run code based on the `git`
version Overcommit is using.
0 commit comments