Commit 21dcb75abd9b03b15853d820f884d32d7d534f41

Jakob Pfender 2011-05-17T17:21:00

delta-apply.c: Use GIT_ENOMEM instead of GIT_ERROR when allocating git__delta_apply used to return with a generic GIT_ERROR when allocating memory for the delta failed. Fix this to return GIT_ENOMEM.