delta-apply.c
2.4 KB
-
delta-apply.c: Use GIT_ENOMEM instead of GIT_ERROR when allocating · 21dcb75a
git__delta_apply used to return with a generic GIT_ERROR when allocating memory for the delta failed. Fix this to return GIT_ENOMEM.
Jakob Pfender committed