Add .gitreview file

`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.9 6.8
Change-Id: I8b8fe84d8e6d337251ff0c635d724b90f3fad3ec
Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
This commit is contained in:
Paul Wicking 2025-02-17 09:21:44 +01:00
parent 6eec74cdaa
commit f58bba1f12
1 changed files with 4 additions and 0 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=codereview.qt-project.org
project=qt/qtconnectivity
defaultbranch=dev