Commit 8f1efc3
committed
t2400: prefix bare-repo
To prepare for `safe.bareRepository` defaulting to `explicit` (see
8d1a744), prefix bare-repo `git worktree add` invocations
with an inline `GIT_DIR=.` so Git does not rely on implicit bare
repository discovery.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>git worktree add with inline GIT_DIR=.
1 parent a712f06 commit 8f1efc3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments