Martin Koegler [off-list ref] writes:
From: Martin Koegler <redacted>
It changes the signature of the core object access function
including any other functions to assure a clean compile if
sizeof(size_t) != sizeof(unsigned long).
Signed-off-by: Martin Koegler <redacted>
---
...
66 files changed, 193 insertions(+), 191 deletions(-)
Wow, that's a lot of changes. What version did you worked this
patch on? The reason I ask is because...
quoted hunk
diff --git a/diff-delta.c b/diff-delta.c
index cd238c8..3d5e1ef 100644
... I do not see any version of Git that had blob cd238c8 at that
path, so "git am -3" is having hard time applying this pach to allow
me reviewing it.