mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Merge pull request #7245 from mrdimidium/main
This commit is contained in:
@@ -173,7 +173,10 @@ typedef enum {
|
||||
GIT_FEATURE_SHA1 = (1 << 10),
|
||||
|
||||
/** SHA256 object support */
|
||||
GIT_FEATURE_SHA256 = (1 << 11)
|
||||
GIT_FEATURE_SHA256 = (1 << 11),
|
||||
|
||||
/** HTTP remotes */
|
||||
GIT_FEATURE_HTTP = (1 << 12)
|
||||
} git_feature_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user