Docs.rs
  • git2-ext-0.6.3
    • git2-ext 0.6.3
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • epage
    • Dependencies
      • bstr ^1.4.0 normal
      • git2 >=0.16, <=0.20 normal
      • itertools ^0.14.0 normal
      • log ^0.4.17 normal
      • shlex ^1.1.0 normal
      • tempfile ^3.5.0 normal
      • which ^7.0.0 normal
      • assert_fs ^1.1.1 dev
      • automod ^1.0.14 dev
      • divan ^0.1.14 dev
      • eyre ^0.6.12 dev
      • git-fixture ^0.3.5 dev
      • regex ^1.10.4 dev
      • snapbox ^0.6.0 dev
      • pkg-config ^0.3.27 normal
    • Versions
    • 52.5% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate git2_ext

git2_ext0.6.3

  • All Items

Crate Items

  • Modules

Crates

  • git2_ext

Crate git2_ext

Source
Expand description

Extensions for git2

Goals:

  • Provide “good enough” implementations of essential or higher-level git2 logic, like cherry-pick, squash, hooks, authentication (not implemented yet), etc
  • The above serves as examples for people needing to write their own implementations

Modules§

hooks
ops
Higher-level git operations
tree
Lower-level Tree operations
utils

Results

Settings
Help
    struct
    git2_ext::hooks::ReferenceTransaction
    method
    git2_ext::hooks::Hooks::run_reference_transaction
    Run reference-transaction hook to signal that all …
    method
    git2_ext::hooks::Hooks::run_reference_transaction_aborted
    Run reference-transaction hook to signal that no changes …
    method
    git2_ext::hooks::Hooks::run_reference_transaction_prepare
    Run reference-transaction hook to signal that all …
    method
    git2_ext::hooks::Hooks::run_reference_transaction_committed
    Run reference-transaction hook to signal that all …
    method
    git2_ext::hooks::ReferenceTransaction::aborted
    ReferenceTransaction -> ()
    method
    git2_ext::hooks::ReferenceTransaction::committed
    ReferenceTransaction -> ()
    method
    git2_ext::hooks::ReferenceTransaction::drop
    &mut ReferenceTransaction -> ()
    method
    git2_ext::hooks::Hooks::run_reference_transaction
    &Hooks, &Repository, &[(Oid, Oid, &str)] -> Result<ReferenceTransaction, Error>
    Run reference-transaction hook to signal that all …