mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-30 22:59:52 +00:00
This adds giterr_user_cancel to return GIT_EUSER and clear any error message that is sitting around. As a result of using that in places, we need to be more thorough with capturing errors that happen inside a callback when used internally. To help with that, this also adds giterr_capture and giterr_restore so that when we internally use a foreach-type function that clears errors and converts them to GIT_EUSER, it is easier to restore not just the return value, but the actual error message text. |
||
|---|---|---|
| .. | ||
| branches | ||
| reflog | ||
| crashes.c | ||
| create.c | ||
| delete.c | ||
| foreachglob.c | ||
| isvalidname.c | ||
| iterator.c | ||
| list.c | ||
| listall.c | ||
| lookup.c | ||
| normalize.c | ||
| overwrite.c | ||
| pack.c | ||
| peel.c | ||
| read.c | ||
| ref_helpers.c | ||
| ref_helpers.h | ||
| rename.c | ||
| revparse.c | ||
| setter.c | ||
| shorthand.c | ||
| unicode.c | ||
| update.c | ||