You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure. At the very least, the errors about missing config values should be cleared. Perhaps the error set from inside the callback should be cached (if git_error_set was called) and restored.
Actual behavior
git_error_last() will report errors about missing configuration option pack.windowMemory. The error is set in packbuilder_config in pack-objects.c.