git-annex log --sizes
CSV format so it can be fed into a program to graph it. Note that dead repositories are not yet handled so their sizes show as nonzero after they are marked dead. Sponsored-By: k0ld on Patreon
This commit is contained in:
parent
385ddc3225
commit
dc02236c85
2 changed files with 38 additions and 17 deletions
|
@ -11,7 +11,7 @@ git annex log `[path ...]`
|
|||
This command displays information from the history of the git-annex branch.
|
||||
|
||||
Several things can prevent that information being available to display.
|
||||
When [[git-annex-dead]] and [[git-annex-forget]] are used, old historical
|
||||
When [[git-annex-forget]] is used, old historical
|
||||
data gets cleared from the branch. When annex.private or
|
||||
remote.name.annex-private is configured, git-annex does not write
|
||||
information to the branch at all. And when annex.alwayscommit is set to
|
||||
|
@ -40,28 +40,27 @@ false, information may not have been committed to the branch yet.
|
|||
|
||||
* `--sizesof=repository`
|
||||
|
||||
Displays a history of the size of the annexed files in a repository as it
|
||||
changed over time from the creation of the repository to the present.
|
||||
Displays a history of the total size of the annexed files in a repository
|
||||
as it changed over time from the creation of the repository to the present.
|
||||
|
||||
The repository can be "here" for the current repository, or the name of a
|
||||
remote, or a repository description or uuid.
|
||||
|
||||
Note that keys that do not have a known size are skipped.
|
||||
Note that keys that do not have a known size are not included in the
|
||||
total.
|
||||
|
||||
* `--sizes`
|
||||
|
||||
This is like --sizesof, but rather than display the size of a single
|
||||
repository, it displays the sizes of all known repositories in a table.
|
||||
repository, it displays the sizes of all known repositories.
|
||||
|
||||
The output is a CSV formatted table.
|
||||
|
||||
* `--totalsizes`
|
||||
|
||||
This is like `--sizesof`, but it displays the total size of all
|
||||
known repositories.
|
||||
|
||||
Note that dead repositories have their size included in the total
|
||||
for times before the point they were marked dead. Once marked dead,
|
||||
their size will no longer be included in the total.
|
||||
|
||||
* `--when=time`
|
||||
|
||||
When using `--sizesof`, `--sizes`, and `--totalsizes`, this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue