nickgerace / gfold

CLI tool to help keep track of your Git repositories, written in Rust
https://crates.io/crates/gfold
Apache License 2.0
283 stars 20 forks source link

Ignore "extensions.worktreeconfig" error #220

Closed nickgerace closed 1 year ago

nickgerace commented 1 year ago

Primary Change

Ignore "extensions.worktreeconfig" error until the upstream issue is resolved and git2-rs receives the fix. Repositories that hit this error will return an "unknown" result for the time being.

Upstream issue: https://github.com/libgit2/libgit2/issues/6044 Tracking issue: #205

Secondary Change

Additionally, change "unpushed" results to use the color blue instead of yellow (#219).

Fixes #219