Support remotes using git+ssh:// as protocol. Closes: #607056
This commit is contained in:
parent
0210628263
commit
5ec3cea059
2 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,7 @@ repoIsUrl _ = False
|
|||
repoIsSsh :: Repo -> Bool
|
||||
repoIsSsh Repo { location = Url url }
|
||||
| uriScheme url == "ssh:" = True
|
||||
| uriScheme url == "git+ssh:" = True
|
||||
| otherwise = False
|
||||
repoIsSsh _ = False
|
||||
|
||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -3,6 +3,7 @@ git-annex (0.13) UNRELEASED; urgency=low
|
|||
* Makefile: Install man page and html (when built).
|
||||
* Makefile: Add GHCFLAGS variable.
|
||||
* Fix upgrade from 0.03.
|
||||
* Support remotes using git+ssh:// as protocol. Closes: #607056
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sun, 12 Dec 2010 13:14:58 -0400
|
||||
|
||||
|
|
Loading…
Reference in a new issue