diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-03 21:02:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-03 21:02:29 -0400 |
commit | 42259eee9200588f69af2b56557d5d191d426ad0 (patch) | |
tree | 7595b3571c787d926b1d66a49e8bdd11cd23e772 /debian | |
parent | b27b0d5cd463afcce8a95730a49288edd89eb8b8 (diff) |
support git funky remote syntaxes
* Look for dir.git directories the same as git does.
* Support remote urls specified as relative paths.
* Support non-ssh remote paths that contain tilde expansions.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ca1c51c4b..a854235ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,9 @@ git-annex (0.22) UNRELEASED; urgency=low use caution! * describe: New subcommand that can set or change the description of a repository. + * Look for dir.git directories the same as git does. + * Support remote urls specified as relative paths. + * Support non-ssh remote paths that contain tilde expansions. -- Joey Hess <joeyh@debian.org> Sun, 13 Feb 2011 00:48:02 -0400 |