gitext-rs / git-stack

Stacked branch management for Git
Apache License 2.0
508 stars 19 forks source link

fix(config): Actually read strings from config #108

Closed epage closed 2 years ago

epage commented 2 years ago

It turns out git2::Config::get_str always fails. See https://github.com/rust-lang/git2-rs/issues/474

To workaround this, we are switching to get_string.

Fixes #96