aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--debian/changelog2
-rw-r--r--doc/bugs/Creating_a_remote_located_in___34____126____47__wherever__34___works_incorrectly.mdwn2
2 files changed, 4 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
diff --git a/doc/bugs/Creating_a_remote_located_in___34____126____47__wherever__34___works_incorrectly.mdwn b/doc/bugs/Creating_a_remote_located_in___34____126____47__wherever__34___works_incorrectly.mdwn
index f3ee4ab2d..7d100929d 100644
--- a/doc/bugs/Creating_a_remote_located_in___34____126____47__wherever__34___works_incorrectly.mdwn
+++ b/doc/bugs/Creating_a_remote_located_in___34____126____47__wherever__34___works_incorrectly.mdwn
@@ -33,3 +33,5 @@ ok external
# End of transcript or log.
"""]]
+
+> [[fixed|done]] --[[Joey]]