diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2010-03-11 12:02:27 -0800 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2010-03-11 15:15:03 -0800 |
commit | 4a73596ce4308a59813dd14b74bec2ce7a406b80 (patch) | |
tree | e2fe0e0417e85eebd3e7ff4b48774646dccde909 /.eclipse_iplog | |
parent | 8e2c17ca2addd984f1ba239aca27f19698606ed9 (diff) | |
download | jgit-4a73596ce4308a59813dd14b74bec2ce7a406b80.tar.gz jgit-4a73596ce4308a59813dd14b74bec2ce7a406b80.zip |
eclipse-iplog: Skip the initial contribution
The initial contribution was handled through a CQ, and does not need
to be reported as an individual bug record in the project's IP log.
Its an odd corner case that the EMO IP team doesn't want to see,
even though its technically a contribution written by at least
some non-committers.
The project.skipCommit variable can now be used to mask out any
particular change from the IP log. Currently within JGit we want
to mask only the initial commit, but others could be masked if the
need arises.
Change-Id: I598e08137ddc5913284471ee2aa545f4df685023
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to '.eclipse_iplog')
-rw-r--r-- | .eclipse_iplog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.eclipse_iplog b/.eclipse_iplog index c7bf1b48e9..b6d6e9bbb1 100644 --- a/.eclipse_iplog +++ b/.eclipse_iplog @@ -2,6 +2,8 @@ name = JGit license = Eclipse Distribution License v1.0 + skipCommit = 1a6964c8274c50f0253db75f010d78ef0e739343 + [CQ "3454"] description = args4j Version: 2.0.12 license = BSD License |