docs: document git_remote_capability_t

This commit is contained in:
Edward Thomson
2024-04-02 22:13:53 +01:00
parent 6122f008c6
commit cc2a01524d

View File

@@ -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),