diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-12 12:21:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-12 12:21:21 -0400 |
commit | 1769d091fb3983ad57406de0b699725641becfa9 (patch) | |
tree | bbdb93807942c2be3ab4fdeef5323468eaa68d86 /doc | |
parent | 138176a46fa237fe31e42220e622b401b76da6c2 (diff) |
remotes: New command, displays a compact table of remotes that contain files. (Thanks, anarcat for display code and mastensg for inspiration.)
Note that it would be possible to extend the display to show all
repositories. But there can be a lot of repositories that are not set up as
remotes, and it would significantly clutter the display to show them all.
Since we're not showing all repositories, it's not worth trying to show
numcopies count either.
I decided to embrace these limitations and call the command remotes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index adb21428f..b753e5462 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -549,9 +549,15 @@ subdirectories). * `whereis [path ...]` - Displays a list of repositories known to contain the content of the + Displays a list of repositories known to contain the contents of the specified file or files. +* `remotes` [path ...] + + Displays a table of remotes that contain the contents of the specified + files. Unlike whereis, this only shows configured remotes, not other + repositories. However it is a more compact display. + * `log [path ...]` Displays the location log for the specified file or files, |