diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-11 01:22:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-11 01:22:56 -0400 |
commit | 5f6a8cd075968bf7014f9b0ef165f2ca3c07a585 (patch) | |
tree | 42da56040bcfea26e02874950f82243020dbdb8e /doc | |
parent | 3529ab26188f49250ca2b8d254594e72e4aaeabb (diff) |
status: Can now be run with a directory path to show only the status of that directory, rather than the whole annex.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index a05104fa8..7d9928d71 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -394,13 +394,24 @@ subdirectories). To generate output suitable for the gource visualisation program, specify --gource. -* status +* status [directory ...] Displays some statistics and other information, including how much data is in the annex and a list of all known repositories. To only show the data that can be gathered quickly, use --fast. + When a directory is specified, shows only an abbreviated status + display for that directory. In this mode, all of the file matching + options can be used to filter the files that will be included in + the status. + + For example, suppose you want to run "git annex get .", but + would first like to see how much disk space that will use. + Then run: + + git annex status . --not --in here + * map Helps you keep track of your repositories, and the connections between them, |