amtoine / nu-git-manager

A collection of Nushell tools to manage Git repositories.
GNU General Public License v3.0
26 stars 2 forks source link

fix `gm report` #164

Open amtoine opened 7 months ago

amtoine commented 7 months ago
gm repo bisect --good 0.87.0 --bad 0.89.0 {
    cargo run -- --config $nu.config-path --env-config $nu.env-path -c "gm report | length"
}

gives

fa5d7babb9c1ff94cf2262a0db16b59df9e02936

i.e. https://github.com/nushell/nushell/pull/11258