gitless icon indicating copy to clipboard operation
gitless copied to clipboard

List tags of a specific remote and branch

Open chmike opened this issue 9 years ago • 1 comments
trafficstars

In the documentation I found this sentence in the section describing gl remote.

You can also list remote tags with the r/remote flag of gl tag.

$ gl tag -r
List of tags:
  \u279c do gl tag -c t to create tag t
  \u279c do gl tag -d t to delete tag t

    v0.1 \u279c tags 6a6d9a1 Added build script and simple test script
    v0.2 \u279c tags 62a5532 Enhance protocol and fix transmission bug
    v0.0 \u279c tags 769a5e5 Add more info in README
    origin/v0.0 \u279c tags 769a5e5 Add more info in README
    origin/v0.1 \u279c tags 6a6d9a1 Added build script and simple test script
    origin/v0.2 \u279c tags 62a5532 Enhance protocol and fix transmission bug

The \u279c is the right arrow. Could it be possible to fix the ordering issue ?

The order in origin is correct relative to sequence. The order of local tags is apparently random.

chmike avatar Nov 13 '16 14:11 chmike

Just testing display of local tags and I see they are also random.

It would be nice if we could list tags of a specific remote and branch. If we have multiple remotes as in a triangular workflow, things may become slow and complex.

chmike avatar Nov 13 '16 15:11 chmike