Home
last modified time | relevance | path

Searched refs:PATCH_BINARY_DELTA (Results 1 – 4 of 4) sorted by relevance

/dports/devel/libgit2/libgit2-1.3.0/tests/patch/
H A Dprint.c154 patch_print_from_patchfile(PATCH_BINARY_DELTA, in test_patch_print__binary_delta()
155 strlen(PATCH_BINARY_DELTA)); in test_patch_print__binary_delta()
H A Dpatch_common.h869 #define PATCH_BINARY_DELTA \ macro
/dports/devel/libgit2/libgit2-1.3.0/tests/apply/
H A Dfromfile.c407 PATCH_BINARY_DELTA, "binary.bin", 0100644)); in test_apply_fromfile__binary_change_delta()
432 PATCH_BINARY_DELTA, "binary.bin", 0100644)); in test_apply_fromfile__binary_change_does_not_apply()
/dports/devel/libgit2/libgit2-1.3.0/tests/diff/
H A Dparse.c48 git_buf_puts(&buf, PATCH_BINARY_DELTA); in test_parse_invalid_diff()