RefNames: add constant for 'refs/meta/'
Change-Id: I01f78c20ecf4a445fbadbc20dbfc4044966f6767
This commit is contained in:
parent
4053361f16
commit
65afe7e3b2
@ -26,6 +26,8 @@ public class RefNames {
|
||||
|
||||
public static final String REFS_CHANGES = "refs/changes/";
|
||||
|
||||
public static final String REFS_META = "refs/meta/";
|
||||
|
||||
/** Note tree listing commits we refuse {@code refs/meta/reject-commits} */
|
||||
public static final String REFS_REJECT_COMMITS = "refs/meta/reject-commits";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user