diff options
| author | Barry Scott <barry@barrys-emacs.org> | 2016-07-12 18:27:03 +0100 |
|---|---|---|
| committer | Barry Scott <barry@barrys-emacs.org> | 2016-07-12 18:27:03 +0100 |
| commit | b4b5ecc217154405ac0f6221af99a4ab18d067f6 (patch) | |
| tree | 42ec5a4a19a52158c6aa6a20afabd75450f4fbe2 /git/test/fixtures/diff_patch_unsafe_paths | |
| parent | a7f403b1e82d4ada20d0e747032c7382e2a6bf63 (diff) | |
| parent | 4896fa2ccbd84553392e2a74af450d807e197783 (diff) | |
| download | GitPython-b4b5ecc217154405ac0f6221af99a4ab18d067f6.tar.gz GitPython-b4b5ecc217154405ac0f6221af99a4ab18d067f6.zip | |
Merge branch 'master' of https://github.com/gitpython-developers/GitPython
Diffstat (limited to 'git/test/fixtures/diff_patch_unsafe_paths')
| -rw-r--r-- | git/test/fixtures/diff_patch_unsafe_paths | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/git/test/fixtures/diff_patch_unsafe_paths b/git/test/fixtures/diff_patch_unsafe_paths index 9ee6b834..1aad6754 100644 --- a/git/test/fixtures/diff_patch_unsafe_paths +++ b/git/test/fixtures/diff_patch_unsafe_paths @@ -68,6 +68,13 @@ index 0000000000000000000000000000000000000000..eaf5f7510320b6a327fb308379de2f94 +++ "b/path/\360\237\222\251.txt" @@ -0,0 +1 @@ +dummy content +diff --git "a/path/\200-invalid-unicode-path.txt" "b/path/\200-invalid-unicode-path.txt" +new file mode 100644 +index 0000000000000000000000000000000000000000..eaf5f7510320b6a327fb308379de2f94d8859a54 +--- /dev/null ++++ "b/path/\200-invalid-unicode-path.txt" +@@ -0,0 +1 @@ ++dummy content diff --git a/a/with spaces b/b/with some spaces similarity index 100% rename from a/with spaces |
