3 releases (stable)

2.3.0 Jul 19, 2023
2.2.0 Apr 29, 2022
0.1.0 Oct 11, 2021

#564 in Command-line interface

Download history 3/week @ 2023-12-14 4/week @ 2023-12-21 1/week @ 2023-12-28 3/week @ 2024-01-04 4/week @ 2024-01-11 2/week @ 2024-01-18 5/week @ 2024-02-01 11/week @ 2024-02-08 23/week @ 2024-02-15 42/week @ 2024-02-22 31/week @ 2024-02-29 18/week @ 2024-03-07 23/week @ 2024-03-14 35/week @ 2024-03-21 36/week @ 2024-03-28

112 downloads per month
Used in 6 crates (2 directly)

GPL-3.0-or-later

105KB
3K SLoC

GIRT Git Crate

This crate is part of the larger Git Interactive Rebase Tool. The version is pinned to the root project, and this crate does not follow SemVer.


lib.rs:

Git Interactive Rebase Tool - Git Module

Description

This module is used to handle working with external Git systems.

use git::Repository;
let repository = Repository::open_from_env().unwrap();

let config = repository.load_config().unwrap();
let pager = config.get_str("core.pager");

Test Utilities

To facilitate testing the usages of this crate, a set of testing utilities are provided. Since these utilities are not tested, and often are optimized for developer experience than performance, they should only be used in test code.

Dependencies

~14–26MB
~438K SLoC