Fish Trophy

benbenntt got a fish trophy!

git http or https remote with username name in remote url

Review Request #1771 — Created Sept. 8, 2010 and discarded — Latest diff uploaded

Information

RBTools

Reviewers

issue 1803  git http /ftps / https remote origin with username name in remote url. http://code.google.com/p/reviewboard/issues/detail?id=1803

Added reviewboard.repo.url  configuration option to set the repo url to use when posting
a review.
Usage:
git config reviewboard.repo.url 'https://whatismyrepourl/path/.git'

Added --remove-username
If url contains a username, it removes the username when
posting a review.
Example:
https://myusername@whatismyrepourl/path/.git
becomes
https://whatismyrepourl/path/.git

 
    Loading...