diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-09 13:15:09 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-09 13:17:04 +0100 |
| commit | 0d9f1495004710b77767393a29f33df76d7b0fb5 (patch) | |
| tree | 85a1ec9278c856bd2d19664cdf159b720d03b899 /git/test/fixtures | |
| parent | 17f5d13a7a741dcbb2a30e147bdafe929cff4697 (diff) | |
| download | GitPython-0d9f1495004710b77767393a29f33df76d7b0fb5.tar.gz GitPython-0d9f1495004710b77767393a29f33df76d7b0fb5.zip | |
Added test to verify binary diffs are working as well.
Related to #74
Diffstat (limited to 'git/test/fixtures')
| -rw-r--r-- | git/test/fixtures/diff_patch_binary | 3 | ||||
| -rw-r--r-- | git/test/fixtures/diff_raw_binary | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/git/test/fixtures/diff_patch_binary b/git/test/fixtures/diff_patch_binary new file mode 100644 index 00000000..c92ccd6e --- /dev/null +++ b/git/test/fixtures/diff_patch_binary @@ -0,0 +1,3 @@ +diff --git a/rps b/rps +index f4567df37451b230b1381b1bc9c2bcad76e08a3c..736bd596a36924d30b480942e9475ce0d734fa0d 100755 +Binary files a/rps and b/rps differ diff --git a/git/test/fixtures/diff_raw_binary b/git/test/fixtures/diff_raw_binary new file mode 100644 index 00000000..d4673fa4 --- /dev/null +++ b/git/test/fixtures/diff_raw_binary @@ -0,0 +1 @@ +:100755 100755 f4567df37451b230b1381b1bc9c2bcad76e08a3c 736bd596a36924d30b480942e9475ce0d734fa0d M rps |
