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>
Showing
- .eclipse_iplog 2 additions, 0 deletions.eclipse_iplog
- org.eclipse.jgit.iplog/src/org/eclipse/jgit/iplog/IpLogGenerator.java 11 additions, 3 deletions...jgit.iplog/src/org/eclipse/jgit/iplog/IpLogGenerator.java
- org.eclipse.jgit.iplog/src/org/eclipse/jgit/iplog/IpLogMeta.java 5 additions, 0 deletions...ipse.jgit.iplog/src/org/eclipse/jgit/iplog/IpLogMeta.java
- org.eclipse.jgit.iplog/src/org/eclipse/jgit/iplog/Project.java 14 additions, 0 deletions...clipse.jgit.iplog/src/org/eclipse/jgit/iplog/Project.java
- org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectIdSubclassMap.java 11 additions, 0 deletions...se.jgit/src/org/eclipse/jgit/lib/ObjectIdSubclassMap.java
Loading
Please register or sign in to comment