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.
This commit is contained in:
parent
c937d5b9f2
commit
82759b6a5d
4 changed files with 81 additions and 1 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,3 +1,11 @@
|
|||
git-annex (4.20130912) UNRELEASED; urgency=low
|
||||
|
||||
* remotes: New command, displays a compact table of remotes that
|
||||
contain files.
|
||||
(Thanks, anarcat for display code and mastensg for inspiration.)
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 12 Sep 2013 12:14:46 -0400
|
||||
|
||||
git-annex (4.20130911) unstable; urgency=low
|
||||
|
||||
* Fix problem with test suite in non-unicode locale.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue