jonas / tig

Text-mode interface for git
https://jonas.github.io/tig/
GNU General Public License v2.0
12.28k stars 604 forks source link

Check return codes everywhere #1250

Closed elfring closed 8 months ago

elfring commented 1 year ago

Would you like to add more error handling for return values from functions like the following?

elfring commented 8 months ago

I suggest to avoid ignorance of return values a bit more. Would you like to detect every error situation as early as possible?