diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-09-15 12:51:00 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-09-15 12:51:00 -0400 |
commit | 3a3c7428367e863eae2083a4a4feb4faccd9637d (patch) | |
tree | 140625d1938825a862297c6b3fb298b0a07fc969 /doc | |
parent | 3b73f01f8cd5cf864fc078b306548a93295c4ce2 (diff) |
info: Support being passed a treeish, and show info about the annexed files in it similar to how a directory is handled.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex-info.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/git-annex-info.mdwn b/doc/git-annex-info.mdwn index 37929bb5d..896522944 100644 --- a/doc/git-annex-info.mdwn +++ b/doc/git-annex-info.mdwn @@ -4,13 +4,13 @@ git-annex info - shows information about the specified item or the repository as # SYNOPSIS -git annex info `[directory|file|remote|uuid ...]` +git annex info `[directory|file|treeish|remote|uuid ...]` # DESCRIPTION Displays statistics and other information for the specified item, -which can be a directory, or a file, or a remote, or the uuid of a -repository. +which can be a directory, or a file, or a treeish, or a remote, +or the uuid of a repository. When no item is specified, displays statistics and information for the repository as a whole. |