gity-git 0.1.2

Git operations library for gity
Documentation

gity-git

Git operations library for gity.

Crates.io Documentation License: MIT

This crate provides Git operations built on git2 (libgit2 bindings) for the gity daemon. It handles repository introspection, status queries, and maintenance operations.

Features

  • Repository discovery and validation
  • Status and diff operations
  • Maintenance task execution
  • Branch and remote management

Usage

This crate is primarily intended for internal use by gity-daemon. See the gity documentation for general usage.

License

MIT