diff options
author | Paul Wicking <[email protected]> | 2025-02-17 09:21:48 +0100 |
---|---|---|
committer | Qt Cherry-pick Bot <[email protected]> | 2025-04-09 10:20:16 +0000 |
commit | 287db4b999d33a391ab74728eeab3013d722abde (patch) | |
tree | 2d78d68f4b0b7e2cdd457941d3468b5b90b0c100 | |
parent | 770b25651159cfd58383c5be746df7ab0dca1f77 (diff) |
`git-review` is a command line tool for interacting with Gerrit.
Some IDEs offer support for this tool, either natively or through
plugins. The tool relies on a configuration file, .gitreview. Adding
this configuration file to our repositories simplifies initial setup
for contributors that use the tool directly or through their IDE of
choice.
The configuration file adds a remote called 'gerrit'. This is the
default for the tool, and also the name set for
codereview.qt-project.org by Qt's `init-repository` script. Thus,
the configuration should work seamlessly alongside other repository
helpers.
Task-number: QTBUG-132604
Pick-to: 6.8
Change-Id: Ib5660759ab2cda9387ce6ca48278cef1e8488cfe
Reviewed-by: Samuel Gaist <[email protected]>
(cherry picked from commit 45f674a93c1feaf2a9ff25911a73f5c643aad097)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
-rw-r--r-- | .gitreview | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitreview b/.gitreview new file mode 100644 index 00000000..09b5650c --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=codereview.qt-project.org +project=qt/qtqa +defaultbranch=dev |