Commit 2f507db
committed
t0001: replace
To prepare for `safe.bareRepository` defaulting to `explicit`
(see 8d1a744), replace `cd <dir> && git config` with
`git --git-dir=<dir> config` so the helper does not rely on
implicit bare repository discovery.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>cd+git config with --git-dir in check_config
1 parent 2c1db4e commit 2f507db
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments