gitr 0.5.0

Async typed git CLI wrapper for agents and automation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: crates/gitr/src/parse/mod.rs
expression: s
---
[
    GitSubmodule {
        sha: "4a20283f8c33c1e9f12ab234a1e5b1e1e8e3e1e1",
        path: "submodules/bar",
        describe: Some(
            "heads/main",
        ),
        dirty: true,
        uninitialized: false,
    },
]