Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git: Correctly match repository names containing '.'
The '.' character is valid in repository names on github. Change the regexes to use negative lookbehind assertions to avoid matching an optional trailing '.git' instead of stopping the repository name when encountering '.'. Without this, revup cannot be used on repositories containing the '.' character. Signed-off-by: Brian Kubisiak <[email protected]>
- Loading branch information