On Sun, Mar 19, 2017 at 1:48 AM, Jakub Narębski <jna...@gmail.com> wrote: > W dniu 18.03.2017 o 11:32, Ævar Arnfjörð Bjarmason pisze: > >> @@ -136,7 +135,6 @@ test_expect_success \ >> 'listing a tag using a matching pattern should output that tag' \ >> 'test $(git tag -l mytag) = mytag' >> >> -# todo: git tag -l now returns always zero, when fixed, change this test >> test_expect_success \ >> 'listing tags using a non-matching pattern should suceed' \ >> 'git tag -l xxx' > > Could you fix s/suceed/succeed/ in the test description, > while at it?
Sure, part of v2 now.