webapp: Fix bugs that could result in a relative path such as "." being written to ~/.config/git-annex/autostart

and ignore any such  relative paths in the file

This was a reversion caused by the relative path changes in 5.20150113.
This commit is contained in:
Joey Hess 2015-12-02 15:57:30 -04:00
parent f16e235983
commit e9f43c07f9
Failed to extract signature
5 changed files with 41 additions and 5 deletions

4
debian/changelog vendored
View file

@ -14,6 +14,10 @@ git-annex (5.20151117) UNRELEASED; urgency=medium
* addurl, importfeed: Changed to honor annex.largefiles settings,
when the content of the url is downloaded. (Not when using --fast or
--relaxed.)
* webapp: Fix bugs that could result in a relative path such as "."
being written to ~/.config/git-annex/autostart, and ignore any such
relative paths in the file.
This was a reversion caused by the relative path changes in 5.20150113.
-- Joey Hess <id@joeyh.name> Mon, 16 Nov 2015 16:49:34 -0400