SYNOPSIS

cg-tag-ls

DESCRIPTION

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

OPTIONS

-h, --help

Print usage summary.

--long-help

Print user manual. The same as found in cg-tag-ls(1).

--version

Print Cogito version.

OUTPUT FORMAT

The first column contains flag letters. The S flag means that the tag is GPG-signed, the % flag means that this is a "direct tag" (does not point to a tag object; this is now considered deprecated and you might have trouble distributing the tag to others). The ! flag means that the tag is broken and points to a non-existing object.

The second column shows the tag name, the third column its (abbreviated) object id and the fourth column the first line of tag description, if applicable.

COPYRIGHT

Copyright © Steve Hoelzer 2005 Copyright © Petr Baudis 2006

SEE ALSO

cg-tag-ls is part of cogito(7), a toolkit for managing git(7) trees.