gitext-rs / git-stack

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

fix: Add more panic details #240

Closed epage closed 2 years ago

epage commented 2 years ago

In #239, there was a panic from a git2 call that failed. Rather than mask it or bubble it up and ignore it, I'd like to get details so we can see how we should handle errors like this.