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.
This commit is contained in:
parent
c0722eaad1
commit
534c29deae
7 changed files with 81 additions and 16 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -6,3 +6,6 @@ It would be nice if I could see that info, preferably with a timestamp telling m
|
|||
|
||||
Thanks,
|
||||
Richard
|
||||
|
||||
> I left out the stuff that `vicfg` displays. But otherwise
|
||||
> everything mentioned on this page is [[done]]. --[[Joey]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue