diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-13 18:11:03 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-13 18:13:14 -0400 |
commit | de9ead9b92091e07795acf003dc05adb6912f15c (patch) | |
tree | 0ed928581ee2634134944e71cb87d6823d60733d /doc/git-annex.mdwn | |
parent | e77d599e8f5167319b7624226dca02cfe0c65a77 (diff) |
implemented old Richih wishlist about remote/uuid info
* info: Can now display info about a given uuid.
* Added to remote/uuid info: Count of the number of keys present
on the remote, and their size. This is rather expensive to calculate,
so comes last and --fast will disable it.
* Git remote info now includes the date of the last sync with the remote.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index ce0311e46..74ce72137 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -696,10 +696,12 @@ subdirectories). To generate output suitable for the gource visualization program, specify `--gource`. -* `info [directory|file|remote ...]` +* `info [directory|file|remote|uuid ...]` Displays statistics and other information for the specified item, - which can be a directory, or a file, or a remote. + which can be a directory, or a file, or a remote, or the uuid of a + repository. + When no item is specified, displays statistics and information for the repository as a whole. |