Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
'user.html' says: The ".git" at the end is optional for git commands (i.e., you can use "testing.git" instead of "testing" for clone, fetch, push, etc., if you like) but gitolite commands in general will not like the additional ".git" at the end. Until now, we've been catching this trailing ".git" in various commands and such, but there are so many programs, it's hard to make sure they all do this properly. This patch catches it deep inside gitolite core. (based on patch sent by Paul Sokolovsky)
- Loading branch information