the error message git-apply emits in this
case:
error: cannot apply binary patch to '' without full index line
error: : patch does not apply
Signed-off-by: Tolga Ceylan
Acked-by: Pete Wyckoff
---
git-p4.py |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git-p4.
This is the error message git-apply emits in this case:
error: cannot apply binary patch to '' without full index line
error: : patch does not apply
Cheers,
Tolga
Any feedback is appreciated.
Cheers,
Tolga
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a me
On 04/26/2014 02:12 PM, tolga ceylan wrote:
Yes, when git-p4 runs git-apply to test the patch, this fails
due to abbreviated blob object names. I think git-apply requires
full object names for binary patches.
This looks like a straightforward change, but can you give a
bit more background on
patches a full index is required. format-patch
already handles this, but diff-tree needs '--full-index' argument
to always output full index.
Signed-off-by: Tolga Ceylan
---
git-p4.py |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git-p4.py b/git-p4.py
ind
When applying binary patches a full index is required. format-patch
already handles this, but diff-tree needs '--full-index' argument
to always output full index.
Signed-off-by: Tolga Ceylan
---
git-p4.py |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git-p4.p
5 matches
Mail list logo