Tool for uploading changesets to Gerrit from git
Go to file
Jeremy Stanley 6d61b1c2cf Don't keep incomplete rebase state by default
Dumping the user into a dirtied working tree after a failed rebase
attempt can be confusing, no matter how much contextual explanation
we provide when doing so. By default, run `git rebase --abort`
automatically so as to clean up from a failed test rebase, and then
let the user rebase again on their own if that's the state they want
to be in. Add a -K/--keep-rebase option to get the old behavior, and
mention it when we automatically abort in case the user wants to
just have git-review redo the rebase for them and leave things in
that incomplete state.

Change-Id: I7d7bfca1623a71a9b4fe445360d94fd6b039f040
2024-03-05 19:24:11 +00:00
doc Clarify that test rebases are not kept 2022-07-15 18:21:27 +00:00
git_review Don't keep incomplete rebase state by default 2024-03-05 19:24:11 +00:00
releasenotes/notes Add release note for OSX Git version parsing fix 2022-04-19 16:58:28 +00:00
.gitignore gitignore: Ignore reno artefacts 2020-01-16 15:14:16 +00:00
.gitreview Corrected git-review project organization 2019-06-19 14:57:13 +00:00
.mailmap Migrate to pbr. 2013-08-15 20:42:37 +00:00
.stestr.conf Switch from testrepository to stestr 2019-02-12 09:58:46 +00:00
.zuul.yaml Publish documentation at every release 2022-04-19 15:55:51 +00:00
CONTRIBUTING.rst Overhaul Python package metadata and OpenDev URLs 2021-02-26 20:45:24 +00:00
LICENSE Ported rfc.sh to a standalone program. 2011-09-25 09:16:31 -07:00
README.rst Overhaul Python package metadata and OpenDev URLs 2021-02-26 20:45:24 +00:00
bindep.txt Overhaul Python package metadata and OpenDev URLs 2021-02-26 20:45:24 +00:00
git-review.1 Clarify that test rebases are not kept 2022-07-15 18:21:27 +00:00
requirements.txt Drop support for py27 2021-01-13 14:10:31 +00:00
setup.cfg Drop support for Python 3.5 2022-04-11 16:59:57 +00:00
setup.py Drop support for py27 2021-01-13 14:10:31 +00:00
test-requirements.txt Switch to unittest.mock 2022-03-08 16:13:27 +10:00
tox.ini Install PBR explicitly 2021-04-23 10:42:35 -07: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.