
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
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
Diff Revision 3
This is not the most recent revision of the diff. The latest diff is revision 6. See what's changed.
orig
1
2
3
4
5
6
rbtools/postreview.py |
---|
rbtools/tests.py |
---|