diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-04-19 22:42:10 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-04-20 15:56:25 +0300 |
commit | 1f490ec2c9d1e5c80697b370d82f0bb3530aa450 (patch) | |
tree | d0a883b0d2490b1a1276c02bd1fc4b393eb86c33 /tests/rep-fetch-git.test | |
parent | f2f08e0758243a820fe47128ffabaa474c0e86e7 (diff) |
Add support for comma-separated list of git reference filter
Diffstat (limited to 'tests/rep-fetch-git.test')
-rw-r--r-- | tests/rep-fetch-git.test | 7 |
1 files changed, 7 insertions, 0 deletions
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 : { |