diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-21 15:09:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-21 15:09:40 -0400 |
commit | 8f3d1dd13b495083fa4f09c8416677f5127d3ec2 (patch) | |
tree | 028c9e6787d637ad06f573f8e2823b8ef15fa4f5 /debian/changelog | |
parent | 43201c32868c12461b46dd7e503c653608a40198 (diff) |
include creds location in info
This is intended to let the user easily tell if a remote's creds are
coming from info embedded in the repository, or instead from the
environment, or perhaps are locally stored in a creds file.
This commit was sponsored by Frédéric Schütz.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 35277539f..66629983c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,7 +14,8 @@ git-annex (5.20141014) UNRELEASED; urgency=medium * info: When run on a single annexed file, displays some info about the file, including its key and size. * info: When passed the name or uuid of a remote, displays info about that - remote. + remote. Remotes that support encryption, chunking, or embedded + creds will include that in their info. -- Joey Hess <joeyh@debian.org> Tue, 14 Oct 2014 14:09:24 -0400 |