Module git

Module git 

Source
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§

GitPluginConfig
Configuration for Git plugin loading
GitPluginLoader
Git plugin loader for cloning plugins from Git repositories
GitPluginSource
Git plugin source specification

Enums§

GitRef
Git repository reference (tag, branch, or commit)