2 रिपॉजिटरी
Techniques to control the scope and depth of version control history to improve retrieval speed.
Distinct from Git History Cleaners: Existing candidates focus on history cleaning or navigation rather than retrieval optimization for CI/CD.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Git History Optimizations. Refine with filters or upvote what's useful.
This is a GitHub Actions tool used to clone Git repositories into a workspace to provide source code for automated workflow steps. It functions as a repository manager that handles the orchestration of source code checkouts, including a dedicated authentication handler for persisting security tokens and credentials. The project distinguishes itself through capabilities for managing complex repository structures, such as recursive submodule initialization and the retrieval of large binary assets via Git Large File Storage. It also supports multi-repository workspace management, allowing severa
Optimizes build speeds by controlling clone depth and the scope of retrieved version history.
git-sizer is a repository size analyzer and auditing tool used to calculate the size of Git objects, references, and commit histories. It functions as a blob and commit auditor, a history depth profiler, and a checkout weight calculator to identify performance bottlenecks within a Git store. The tool identifies oversized files and bloated commits to assist with repository maintenance and storage analysis. It detects large objects and measures the depth of commit chains and annotated tags to analyze repository complexity and bloat. The software covers version control auditing and performance
Analyzes the depth of commit chains and annotated tags to assess repository complexity.