public final class GitProtocolConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CAPABILITY_ATOMIC
The client supports atomic pushes.
|
static String |
CAPABILITY_DELETE_REFS
The server supports deleting refs.
|
static String |
CAPABILITY_OFS_DELTA
The server supports packs with OFS deltas.
|
static String |
CAPABILITY_PUSH_CERT
The server allows recording of push certificates.
|
static String |
CAPABILITY_PUSH_OPTIONS
The server supports the receiving of push options.
|
static String |
CAPABILITY_QUIET
The client expects less noise, e.g.
|
static String |
CAPABILITY_REF_IN_WANT
The server supports the client specifying ref names.
|
static String |
CAPABILITY_REPORT_STATUS
The client expects a status report after the server processes the pack.
|
static String |
CAPABILITY_SERVER_OPTION
The server supports arbitrary options
|
static String |
CAPABILITY_SIDE_BAND_64K
The client supports using the 64K side-band for progress messages.
|
static String |
COMMAND_FETCH
The server supports fetch using protocol v2.
|
static String |
COMMAND_LS_REFS
The server supports listing refs using protocol v2.
|
static String |
OPTION_AGENT
Implementation name and version of the client or server.
|
static String |
OPTION_ALLOW_REACHABLE_SHA1_IN_WANT
The client supports fetching objects that are reachable from a tip of a
ref that is allowed to fetch.
|
static String |
OPTION_ALLOW_TIP_SHA1_IN_WANT
The client supports fetching objects at the tip of any ref, even if not
advertised.
|
static String |
OPTION_DEEPEN_RELATIVE
The client wants the "deepen" command to be interpreted as relative to
the client's shallow commits.
|
static String |
OPTION_FILTER
The client specified a filter expression.
|
static String |
OPTION_INCLUDE_TAG
Include tags if we are also including the referenced objects.
|
static String |
OPTION_MULTI_ACK
Multi-ACK support for improved negotiation.
|
static String |
OPTION_MULTI_ACK_DETAILED
Multi-ACK detailed support for improved negotiation.
|
static String |
OPTION_NO_DONE
The client supports receiving a pack before it has sent "done".
|
static String |
OPTION_NO_PROGRESS
The client does not want progress messages and will ignore them.
|
static String |
OPTION_OFS_DELTA
The client supports packs with OFS deltas.
|
static String |
OPTION_PUSH_CERT
The client will send a push certificate.
|
static String |
OPTION_SERVER_OPTION
Option for passing application-specific options to the server.
|
static String |
OPTION_SHALLOW
The client supports shallow fetches.
|
static String |
OPTION_SIDE_BAND
The client supports using the side-band for progress messages.
|
static String |
OPTION_SIDE_BAND_64K
The client supports using the 64K side-band for progress messages.
|
static String |
OPTION_SIDEBAND_ALL
The client requested that the whole response be multiplexed, with
each non-flush and non-delim pkt prefixed by a sideband designator.
|
static String |
OPTION_SYMREF
Symbolic reference support for better negotiation.
|
static String |
OPTION_THIN_PACK
The client supports packs with deltas but not their bases.
|
static String |
OPTION_WANT_REF
The client specified a want-ref expression.
|
public static final String OPTION_INCLUDE_TAG
public static final String OPTION_MULTI_ACK
public static final String OPTION_MULTI_ACK_DETAILED
public static final String OPTION_THIN_PACK
public static final String OPTION_SIDE_BAND
public static final String OPTION_SIDE_BAND_64K
public static final String OPTION_OFS_DELTA
public static final String OPTION_SHALLOW
public static final String OPTION_DEEPEN_RELATIVE
public static final String OPTION_NO_PROGRESS
public static final String OPTION_NO_DONE
public static final String OPTION_ALLOW_TIP_SHA1_IN_WANT
public static final String OPTION_ALLOW_REACHABLE_SHA1_IN_WANT
public static final String OPTION_SYMREF
public static final String OPTION_PUSH_CERT
public static final String OPTION_FILTER
public static final String OPTION_WANT_REF
public static final String OPTION_SIDEBAND_ALL
public static final String CAPABILITY_ATOMIC
public static final String CAPABILITY_QUIET
public static final String CAPABILITY_REPORT_STATUS
public static final String CAPABILITY_DELETE_REFS
public static final String CAPABILITY_OFS_DELTA
public static final String CAPABILITY_SIDE_BAND_64K
public static final String CAPABILITY_PUSH_CERT
public static final String OPTION_AGENT
public static final String CAPABILITY_PUSH_OPTIONS
public static final String CAPABILITY_REF_IN_WANT
public static final String CAPABILITY_SERVER_OPTION
public static final String OPTION_SERVER_OPTION
public static final String COMMAND_LS_REFS
public static final String COMMAND_FETCH
Copyright © 2020 Eclipse JGit Project. All rights reserved.