diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-13 18:11:03 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-13 18:13:14 -0400 |
commit | de9ead9b92091e07795acf003dc05adb6912f15c (patch) | |
tree | 0ed928581ee2634134944e71cb87d6823d60733d /debian/changelog | |
parent | e77d599e8f5167319b7624226dca02cfe0c65a77 (diff) |
implemented old Richih wishlist about remote/uuid info
* info: Can now display info about a given uuid.
* Added to remote/uuid info: Count of the number of keys present
on the remote, and their size. This is rather expensive to calculate,
so comes last and --fast will disable it.
* Git remote info now includes the date of the last sync with the remote.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 143149428..0db52be87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +git-annex (5.20150114) UNRELEASED; urgency=medium + + * info: Can now display info about a given uuid. + * Added to remote/uuid info: Count of the number of keys present + on the remote, and their size. This is rather expensive to calculate, + so comes last and --fast will disable it. + * Git remote info now includes the date of the last sync with the remote. + + -- Joey Hess <id@joeyh.name> Tue, 13 Jan 2015 17:03:39 -0400 + git-annex (5.20150113) unstable; urgency=medium * unlock: Don't allow unlocking files that have never been committed to git |