Tool for rebasing change series
Go to file
Cedric Brandily 44707a1e79 Use git push-url instead of a second remote
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
2015-07-21 12:21:25 +00:00
doc Merge "Add “git-review -l” to man page synopsis and usage doc" 2015-06-12 19:14:00 +00:00
git_review Use git push-url instead of a second remote 2015-07-21 12:21:25 +00:00
.gitignore Ignore .eggs cruft 2015-06-17 00:56:40 +00:00
.gitreview Updated .gitreview location 2012-12-16 10:40:51 -08:00
.mailmap Migrate to pbr. 2013-08-15 20:42:37 +00:00
.testr.conf Implement integration tests. 2013-08-15 21:08:08 +00:00
CONTRIBUTING.rst Split README.rst into separate doc files 2015-02-03 17:38:50 +01:00
HACKING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:42 +00:00
LICENSE Ported rfc.sh to a standalone program. 2011-09-25 09:16:31 -07:00
MANIFEST.in Migrate to pbr. 2013-08-15 20:42:37 +00:00
README.rst Fixed a dead link to the git-review docs 2015-06-03 17:09:13 +00:00
git-review.1 Remove spurious mdoc directives 2015-06-13 00:32:04 -04:00
requirements.txt Update requirements to OpenStack's recommendations 2014-07-03 14:54:14 +00:00
setup.cfg Update project links 2015-06-05 21:54:39 +00:00
setup.py Update requirements to OpenStack's recommendations 2014-07-03 14:54:14 +00:00
test-requirements.txt Update to newer hacking checks 2015-06-17 00:49:19 +00:00
tox.ini Fix H238 violation and enable check for that rule 2015-06-17 00:53:01 +00:00

README.rst

git-review

A git command for submitting branches to Gerrit

git-review is a tool that helps submitting git branches to gerrit for review.