summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-27 14:33:27 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-27 14:33:27 -0400
commit537c777bb072b21e47c7f9a3c47b46c818695a81 (patch)
treec73bcea74abdbb666bb973d81d0fd16b5622b9ee /debian
parent530a4a5c303706d1c52e1655d5e5e49965845210 (diff)
webapp: When setting up a ssh remote, if the user inputs ~/foo, normalize that to foo, since it's in the home directory by default.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 68678ed21..062b9a52c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ git-annex (5.20140518) UNRELEASED; urgency=medium
unicode characters to 8 bits. Allow any encoding to be used, as with
filenames (but utf8 is the sane choice). Affects metadata and repository
descriptions, and preferred content expressions.
+ * webapp: When setting up a ssh remote, if the user inputs ~/foo,
+ normalize that to foo, since it's in the home directory by default.
-- Joey Hess <joeyh@debian.org> Mon, 19 May 2014 15:59:25 -0400