cg-admin-ls

Langue: en

Version: 02/24/2009 (fedora - 04/07/09)

Section: 1 (Commandes utilisateur)

NAME

cg-admin-ls - list contents of a particular tree in the repository

SYNOPSIS

cg-admin-ls [-t TREE_ID] [PATH]

DESCRIPTION

Optionally takes a commit or tree ID as a parameter, defaulting to HEAD.

OPTIONS

-t TREE_ID

List the content of the given TREE_ID.

-h, --help

Print usage summary.

--long-help

Print user manual. The same as found in gitm[blue]1m[][1].

OUTPUT FORMAT

Each line in the output has the following format:

 <mode>  <type>  <sha1>  <name>
 

where

<mode>

The file permission information in octal format.

<type>

The type can be the following: blob refers to files and tree refers to directories.

<sha1>

The object ID.

<name>

The file or directory name.

Example line:

 100644  blob    c7dacd0ea28994e3c754ca4eadb2e08c011ee3d3        README
 

Copyright © Petr Baudis, 2005

SEE ALSO

cg-admin-ls is part of gitm[blue]7m[][2], a toolkit for managing gitm[blue]7m[][3] trees.

NOTES

1.
1
[set $man.base.url.for.relative.links]/cg-admin-ls
2.
7
[set $man.base.url.for.relative.links]/cogito
3.
7
[set $man.base.url.for.relative.links]/git