This is an automated email from the ASF dual-hosted git repository.
hyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/master by this push:
new 03fb20d Add github pull request link in git commit messages in IDEA
03fb20d is described below
commit 03fb20d00a9e09c884af1d9205f9bed5e48d030c
Author: Haisheng Yuan <[email protected]>
AuthorDate: Wed Apr 8 18:54:42 2020 -0500
Add github pull request link in git commit messages in IDEA
---
.idea/vcs.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 265d79d..52d690e 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -7,6 +7,10 @@
<option name="issueRegexp" value="[A-Z]+\-\d+" />
<option name="linkRegexp"
value="https://issues.apache.org/jira/browse/$0" />
</IssueNavigationLink>
+ <IssueNavigationLink>
+ <option name="issueRegexp" value="(apache/calcite)?#(\d+)" />
+ <option name="linkRegexp"
value="https://github.com/apache/calcite/pull/$2" />
+ </IssueNavigationLink>
</list>
</option>
</component>