From 17a39091e77b09d99f8cdfccb6e03dee613db177 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Fri, 28 May 2010 15:07:54 -0700 Subject: [PATCH] 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 --- .eclipse_iplog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eclipse_iplog b/.eclipse_iplog index 34de3a15..980962a7 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 -- 2.11.4.GIT