public class RevFlag extends Object
RevObject
s.
To create a flag use RevWalk.newFlag(String)
.
Modifier and Type | Field and Description |
---|---|
static RevFlag |
UNINTERESTING
Uninteresting by
RevWalk.markUninteresting(RevCommit) . |
public static final RevFlag UNINTERESTING
RevWalk.markUninteresting(RevCommit)
.
We flag commits as uninteresting if the caller does not want commits
reachable from a commit to RevWalk.markUninteresting(RevCommit)
.
This flag is always carried into the commit's parents and is a key part
of the "rev-list B --not A" feature; A is marked UNINTERESTING.
This is a static flag. Its RevWalk is not available.
Copyright © 2014. All Rights Reserved.