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
fixup! gvfs: add global command pre and post hook procs
In the `linux-breaking-changes`, Git's test suite tries to verify that
the `commentChar=auto` config is no longer allowed.
However, it sets that config using `git config`, and since the config is
read when trying to run the `post-command` hook (because of
`core.hooksPath`...!), the check _already_ triggers, the `git config`
invocation reports a failure, and Git's test gets completely confused.
Let's help it not to be confused by simply skipping that test, it's not
like we'll fail to manage once Git v3.0 comes around.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
0 commit comments