diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-06 17:15:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-06 17:15:36 -0400 |
commit | 8ece8d39e8fff3ecef1815a7c0d7a37aa4bcb46f (patch) | |
tree | 7dda09496bc91cd74ac6a8fcb31c99f9b610b94a /debian/changelog | |
parent | 2076989051b9a9f01e9e4264c12ca0cf953b40fc (diff) |
When initializing a directory special remote with a relative path, the path is made absolute.
Using a relative path would work, until the user changed to some other
directory in the repo and tried to access the remote from there..
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d1f8fa68e..dfd2bacb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ git-annex (4.20130502) UNRELEASED; urgency=low * Avoid depending on regex-tdfa on mips, mipsel, and s390, where it fails to build. * direct: Fix a bug that could cause some files to be left in indirect mode. + * When initializing a directory special remote with a relative path, + the path is made absolute. -- Joey Hess <joeyh@debian.org> Thu, 02 May 2013 20:39:19 -0400 |