Commit e03f7d1
committed
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>1 parent cf48239 commit e03f7d1
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1051 | 1051 | | |
1052 | 1052 | | |
1053 | 1053 | | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
1054 | 1059 | | |
1055 | 1060 | | |
1056 | 1061 | | |
| |||
0 commit comments