Nick Gerace
Nick Gerace
#221 adds rudimentary support for submodules collection. We'll tackle displaying it in modes other than `json` in another issue.
Merged #210 and going to look further. CI needs to catch this as well if it does not.
Thank to @AckslD's PR, I think I figured it out. The app tries to determine if a repository (with its current checked out branch) is in the "unpushed" state by...
Glad to hear!
Thanks for that! Wondering if we can catch it alongside fixing #202...
I believe #202 was fixed in release `4.1.2`. Perhaps, we'll see new behavior relevant to this issue in the new release.
Looking into seeing how we can avoid it... This seems to be an upstream issue: https://github.com/libgit2/libgit2/issues/6044
Okay [this](https://github.com/nickgerace/gfold/blob/0dc427908638d1494a47d60e678d4b934c6355a9/crates/gfold/src/report.rs#L109) is where it is failing. I'm going to investigate.
Alright, I've pinned this issue and marked it as upstream dependent for now. PR #220 should provide a workaround for the time being. ## Reproduction Steps Tested on macOS Ventura...
Glad to hear! Will keep an eye here: https://github.com/nickgerace/gfold/issues/205#issuecomment-1362055554