mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
docs: document git_remote_capability_t
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
|
||||
GIT_BEGIN_DECL
|
||||
|
||||
/**
|
||||
* A remote's capabilities.
|
||||
*/
|
||||
typedef enum {
|
||||
/** Remote supports fetching an advertised object by ID. */
|
||||
GIT_REMOTE_CAPABILITY_TIP_OID = (1 << 0),
|
||||
|
||||
Reference in New Issue
Block a user