Tool for uploading changesets to Gerrit from git
44707a1e79
Having a gerrit remote means that we fetch changes twice. It's also not necessary since the push-url can be set on the origin remote. As a first step, add a config option that changes the default for defaultremote to origin and then reworks the logic to add the remote url to origin as a push-url instead of creating a gerrit remote. Since this will cause people with an existing gerrit remote to have a push url added and the gerrit remote orpahned, a follow on commit will come that will look for a gerrit remote and, if it exists, use it as the source of url for the push-url and then delete the old remote. Change-Id: Ief5d092a796516de9605b7df64e7b902c3b47351 |
||
---|---|---|
doc | ||
git_review | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
CONTRIBUTING.rst | ||
git-review.1 | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
git-review
A git command for submitting branches to Gerrit
git-review is a tool that helps submitting git branches to gerrit for review.
- Free software: Apache license
- Documentation: http://docs.openstack.org/infra/git-review/
- Source: https://git.openstack.org/cgit/openstack-infra/git-review
- Bugs: https://storyboard.openstack.org/#!/project/719