rock icon indicating copy to clipboard operation
rock copied to clipboard

rock tags does not show all tags

Open hhrutter opened this issue 7 years ago • 1 comments

This should not be a duplicate of #3 since I am not using packed tags in http://github.com/hhrutter/pdfcpu but

rock tags

returns an incomplete tag list compared to

git tag -l

and for my checked out pkg/rock it returns an empty list.

Looks like an issue with gogits.

hhrutter avatar Sep 24 '17 13:09 hhrutter

Hopefully addressed in pr #8

@hhrutter Cloning your repo and running patched code produces: (compared to git tag -l command - correct at time of writing)

$ rock tags
Existing Tags:
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1

$ git tag -l
v0.0.1
v0.0.2
v0.0.3
v0.0.4
v0.0.5
v0.0.6
v0.0.7

Order is reversed but all the tags seem to be there?

necrophonic avatar Oct 12 '17 19:10 necrophonic