Name |
Last commit
|
Last update |
---|---|---|
.. | ||
create.c | ||
delete.c | ||
ishead.c | ||
iterator.c | ||
lookup.c | ||
move.c | ||
name.c | ||
remote.c | ||
upstream.c | ||
upstreamname.c |
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.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
create.c | Loading commit data... | |
delete.c | Loading commit data... | |
ishead.c | Loading commit data... | |
iterator.c | Loading commit data... | |
lookup.c | Loading commit data... | |
move.c | Loading commit data... | |
name.c | Loading commit data... | |
remote.c | Loading commit data... | |
upstream.c | Loading commit data... | |
upstreamname.c | Loading commit data... |