nabijaczleweli / cargo-update

A cargo subcommand for checking and applying updates to installed executables
MIT License
1.25k stars 41 forks source link

Improve git error handling. #278

Closed SolidTux closed 2 months ago

SolidTux commented 2 months ago

This improves the behavior by not panicking on git errors, but showing the message. That way, the user knows which package the error comes from and additionally still gets a list of installed git packages.

nabijaczleweli commented 2 months ago

hm. good idea; adapted and applied. can you approve the current master branch (at least b7539536172a1a1be2a63f8a68c9a243aeffed8)?

SolidTux commented 2 months ago

Thanks! What do you mean with "approve"?

nabijaczleweli commented 2 months ago

Build/try if it fixes the issue like your PR had.

SolidTux commented 2 months ago

Ah, will do once I'm home where I had the problem.

SolidTux commented 2 months ago

Everything works as I expect it!

nabijaczleweli commented 2 months ago

Thanks, released in v15.0.0.