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
This appears to be an issue with older versions of Git: the regression test I've developed for this fails on Git 2.12.5, but not 2.13.7. It appears as though git rev-parse --git-common-dir returns incorrect results. When in a subdirectory foo, Git 2.13.7 yields ../.git whereas Git 2.12.5 yields foo/.git (which is all flavors of wrong).
gerrithook doesn't appear to work when run from a subdirectory. Repro case is straightforward and I'm fairly certain of it.
The text was updated successfully, but these errors were encountered: