aboutsummaryrefslogtreecommitdiffstats
path: root/.gitreview
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2025-02-17 09:21:45 +0100
committerLucie Gérard <lucie.gerard@qt.io>2025-02-26 20:54:40 +0100
commitbb4aefebfb08363b3682ff10e67b84841f46c3a0 (patch)
tree49c9b348b59e12b38ac0ece054720ba6bbba4ea4 /.gitreview
parentf7e29f7d2757e6ac577aea998f53ba6745b0e75d (diff)
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. As the file format doesn't seem to be designed with comments in mind, add it to the other version control system exemptions in REUSE.toml. Task-number: QTBUG-132604 Pick-to: 6.9 6.8 Change-Id: I36febf708f6726943662517eed89bdb33059aeb0 Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
Diffstat (limited to '.gitreview')
-rw-r--r--.gitreview4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 0000000000..639eb538b6
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,4 @@
+[gerrit]
+host=codereview.qt-project.org
+project=qt/qtdeclarative
+defaultbranch=dev