Merge pull request #7245 from mrdimidium/main

This commit is contained in:
Edward Thomson
2026-05-30 18:56:01 +01:00
committed by GitHub
13 changed files with 102 additions and 14 deletions

View File

@@ -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;
/**