summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2025-02-17 09:21:53 +0100
committerPaul Wicking <paul.wicking@qt.io>2025-03-24 14:21:47 +0000
commit056ca99da52b2cd10adfedc3005b84463db1d845 (patch)
tree5a7a8231513dd340bb4a30eab0dd5ab7f272d855
parent61ff3963094286544cbe48b3370dbf527f8d9b6f (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. Task-number: QTBUG-132604 Pick-to: 6.9 6.8 Change-Id: Idf1776b208dd74a88b8180bf44b3d2c73d457e51 Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
-rw-r--r--.gitreview4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 0000000..69a31ee
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,4 @@
+[gerrit]
+host=codereview.qt-project.org
+project=qt/qtwebview
+defaultbranch=dev