diff options
author | Johan Herland <johan@herland.net> | 2008-06-16 01:16:53 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-19 15:53:13 -0700 |
commit | d0d12b476822bb8686ee883bd44b799563069a48 (patch) | |
tree | 5d88f91e98962c025850f6c2adc50617611c89f4 /builtin-clone.c | |
parent | 94e724a741590e741a540075c07a961082e3c80a (diff) | |
download | git-d0d12b476822bb8686ee883bd44b799563069a48.tar.gz |
Prepare testsuite for a "git clone" that packs refs
t5515-fetch-merge-logic removes many, but not all, refs between each test.
This is done by removing the corresponding refs/foo/* files in the .git/refs
hierarchy. However, once "git clone" starts producing packed refs, these refs
will no longer be in the .git/refs hierarchy, but rather listed in
.git/packed-refs. This patch teaches t5515-fetch-merge-logic to remove the
refs using "git update-ref -d" which properly handles packed refs.
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-clone.c')
0 files changed, 0 insertions, 0 deletions