Expand description
Git repository plugin loading
This module provides functionality for cloning plugins from Git repositories with support for:
- Version pinning (tags, branches, commits)
- Shallow clones for performance
- SSH and HTTPS authentication
- Repository caching
Structs§
- GitPlugin
Config - Configuration for Git plugin loading
- GitPlugin
Loader - Git plugin loader for cloning plugins from Git repositories
- GitPlugin
Source - Git plugin source specification
Enums§
- GitRef
- Git repository reference (tag, branch, or commit)