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
The `print_all_reflog_entries` and `test_migration` helpers in
t1460-refs-migrate.sh previously hard-coded `-C` to enter the
repository. With `safe.bareRepository=explicit`, bare repos accessed via
`-C` are rejected.
Teach both helpers to accept `--git-dir` as the first argument, and
pass the chosen flag through to both `git` and `test-tool` invocations.
Callers testing bare repos now pass `--git-dir`, while non-bare callers
continue to use `-C`.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
0 commit comments