aws / git-remote-codecommit

An implementation of Git Remote Helper that makes it easier to interact with AWS CodeCommit
Apache License 2.0
271 stars 38 forks source link

Allow `@` character in profile name #14

Open Tobotimus opened 4 years ago

Tobotimus commented 4 years ago

Issue #, if available: #13

Description of changes: Separates the repo name from the profile name by splitting on the right-most @ in the URL, rather than the left-most one.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.