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 /debian | |
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 'debian')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 88c833d78..493e13aa3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. |