webapp: Generate better git remote names.

Wrote a better git remote name sanitizer. Git blows up on lots of weird
stuff, especially if it starts the remote name, but I managed to get
some common punctuation working.
This commit is contained in:
Joey Hess 2012-10-31 15:17:00 -04:00
parent c03d9b2310
commit 39e82b1af8
4 changed files with 40 additions and 10 deletions

1
debian/changelog vendored
View file

@ -37,6 +37,7 @@ git-annex (3.20121018) UNRELEASED; urgency=low
* assistant: Fix syncing local drives.
* webapp: Fix creation of rsync.net repositories.
* webapp: Fix renaming of special remotes.
* webapp: Generate better git remote names.
-- Joey Hess <joeyh@debian.org> Wed, 17 Oct 2012 14:24:10 -0400