1CG-TAG-LS(1)                                                      CG-TAG-LS(1)
2
3
4

NAME

6       cg-tag-ls - list existing tags
7

SYNOPSIS

9       cg-tag-ls
10
11

DESCRIPTION

13       This command takes no arguments, and lists all tags in a given
14       repository in alphabetical order, along with their corresponding SHA1
15       hash IDs.
16
17

OPTIONS

19       -h, --help
20              Print usage summary.
21
22       --long-help
23              Print user manual. The same as found in cg-tag-ls(1).
24

OUTPUT FORMAT

26       The first column contains flag letters. The S flag means that the tag
27       is GPG-signed, the % flag means that this is a "direct tag" (does not
28       point to a tag object; this is now considered deprecated and you might
29       have trouble distributing the tag to others). The ! flag means that the
30       tag is broken and points to a non-existing object.
31
32       The second column shows the tag name, the third column its
33       (abbreviated) object id and the fourth column the first line of tag
34       description, if applicable.
35
36
38       Copyright © Steve Hoelzer 2005 Copyright © Petr Baudis 2006
39
40

SEE ALSO

42       cg-tag-ls is part of cogito(7), a toolkit for managing git(7) trees.
43
44
45
46
47                                  12/11/2006                      CG-TAG-LS(1)
Impressum