diff options
| author | Patrick Steinhardt <ps@pks.im> | 2020-11-13 09:12:31 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-11-16 13:44:01 -0800 |
| commit | c0e172612754db0ed4c83d82b44fbc61f766ad6f (patch) | |
| tree | 2eb6a2cacc54ecc4b7ebd5636265d88b8734315f /t/perf | |
| parent | e4d83eee9239207622e2b1cc43967da5051c189c (diff) | |
| download | git-c0e172612754db0ed4c83d82b44fbc61f766ad6f.tar.gz | |
t1400: avoid touching refs on filesystem
The testcase t1400 exercises the git-update-ref(1) utility. To do so,
many tests directly read and write references via the filesystem,
assuming that we always use loose and/or packed references. While this
is true now, it'll change with the introduction of the reftable backend.
Convert those tests to use git-update-ref(1) and git-show-ref(1) where
possible. Furthermore, two tests are converted to not delete HEAD
anymore, as this results in a broken repository. They've instead been
updated to create a non-mandatory symbolic reference and delete that
one instead.
Some tests remain which exercise behaviour with broken references, which
cannot currently be converted to use regular git tooling.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/perf')
0 files changed, 0 insertions, 0 deletions
