| | |
| | |
|
| | | public static final String R_CHANGES = "refs/changes/";
|
| | |
|
| | | public static final String R_PULL= "refs/pull/";
|
| | | public static final String R_PULL = "refs/pull/";
|
| | |
|
| | | public static final String R_TAGS = "refs/tags/";
|
| | |
|
| | | public static final String R_REMOTES = "refs/remotes/";
|
| | |
|
| | | public static final String R_FOR = "refs/for/";
|
| | |
|
| | | public static final String R_TICKET = "refs/heads/ticket/";
|
| | |
|
| | | public static final String R_TICKETS_PATCHSETS = "refs/tickets/";
|
| | |
|
| | | public static String getVersion() {
|
| | | String v = Constants.class.getPackage().getImplementationVersion();
|
| | | if (v == null) {
|