]> git.ipfire.org Git - thirdparty/git.git/commit
t9104: kosherly remove remote refs
authorChristian Couder <christian.couder@gmail.com>
Fri, 1 Jun 2018 05:08:33 +0000 (07:08 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Jun 2018 02:22:45 +0000 (11:22 +0900)
commit78f28e2a11acde9381496ef7626a0d509c742af5
treeb0e97f05917a9ab5b7681f5cda2e34d5aa04625c
parent5340d4710700f0de378a49ac178a8c1873c316ad
t9104: kosherly remove remote refs

As there are plans to implement other ref storage systems,
let's use a way to remove remote refs that does not depend
on refs being files.

This makes it clear to readers that this test does not
depend on which ref backend is used.

Suggested-by: Michael Haggerty <mhagger@alum.mit.edu>
Helped-by: Jeff King <peff@peff.net>
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9104-git-svn-follow-parent.sh