`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 Change-Id: I45037ba4c02c305b385d5c4524e37505c63c1784 Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch> (cherry picked from commit c74d930ee01e8566b5e5802a18f85a8703c7c90e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 7564a866e4ffd3e7aa2b219d06e672ad6a11fa22)
5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
[gerrit]
|
|
host=codereview.qt-project.org
|
|
project=qt/qtsvg
|
|
defaultbranch=dev
|