2 dépôts
Directly modifying the content-addressed object database bypassing high-level porcelain commands.
Distinct from Git Object Backends: Distinct from backends: focuses on the active manipulation of the objects for cleaning rather than the storage mechanism itself.
Explore 2 awesome GitHub repositories matching data & databases · Direct Object Manipulation. Refine with filters or upvote what's useful.
BFG Repo-Cleaner is a Git history cleaner and repository optimizer designed to permanently remove large files and sensitive data from a project's entire commit history. It functions as a specialized purger to delete passwords and private credentials across all commits to prevent security leaks. This tool is implemented in Scala to provide high-performance processing for repository cleaning logic. It distinguishes itself by incorporating a safety mechanism that preserves the state of the latest commit, ensuring that historical cleaning does not break the current production code. The project c
Manipulates the underlying git object database directly to achieve high-performance repository cleaning.
libgit2 is a portable, cross-platform C library that provides a programmatic interface for integrating Git version control directly into applications. It serves as a linkable implementation of Git internals, allowing developers to manage repositories and manipulate version control data without requiring a system installation of the Git command line tool. The library functions as an embedded API and object database manager capable of reading and writing commits, trees, blobs, and tags. It includes a network transport client to handle the transfer of repository data over protocols such as SSH a
Allows for the direct parsing and editing of Git commits, tags, trees, and blobs within the object database.