From 1f490ec2c9d1e5c80697b370d82f0bb3530aa450 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 19 Apr 2018 22:42:10 +0300 Subject: Add support for comma-separated list of git reference filter --- tests/rep-fetch-git.test | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests') diff --git a/tests/rep-fetch-git.test b/tests/rep-fetch-git.test index 4b2a597..697d967 100644 --- a/tests/rep-fetch-git.test +++ b/tests/rep-fetch-git.test @@ -72,6 +72,13 @@ end .include rep-fetch-git-refname.test } +: list +: +{ + fragment = '#master,ltag,atag' + .include rep-fetch-git-refname.test +} + : commit : { -- cgit v1.1