Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce2010-05-28 22:07:54 +0000
committerShawn O. Pearce2010-05-28 22:24:17 +0000
commit17a39091e77b09d99f8cdfccb6e03dee613db177 (patch)
tree69748934247ca89fa2e14178aeea82c41cf03a22
parent65f5bc3c353ea5d18a19a8d2c443e164126d7c60 (diff)
downloadegit-17a39091e77b09d99f8cdfccb6e03dee613db177.tar.gz
egit-17a39091e77b09d99f8cdfccb6e03dee613db177.tar.xz
egit-17a39091e77b09d99f8cdfccb6e03dee613db177.zip
Specify the Gerrit Code Review URL in our IP log
This way the IP log record can link back to the actual change in Gerrit Code Review, improving the cross-linking. Change-Id: I05df1d9ba6f9d0411cf9e0c568a57fd3a54032a1 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
-rw-r--r--.eclipse_iplog3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eclipse_iplog b/.eclipse_iplog
index 34de3a15ca..980962a79b 100644
--- a/.eclipse_iplog
+++ b/.eclipse_iplog
@@ -2,6 +2,9 @@
name = EGit
license = Eclipse Public License v1.0
+[review]
+ url = http://egit.eclipse.org/r/r/
+
[consumes "technology.jgit"]
name = JGit
version = 0.8.0

Back to the top