diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2016-05-30 18:53:23 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2016-05-30 18:53:23 +0200 |
| commit | f5089d9d6c303b47936a741b7bdf37293ec3a1c6 (patch) | |
| tree | 932a165ad2968a2c0dba7853c60b6da5e7e30ab9 /git/test/fixtures | |
| parent | a3f24f64a20d1e09917288f67fd21969f4444acd (diff) | |
| parent | 1faf84f8eb760b003ad2be81432443bf443b82e6 (diff) | |
| download | GitPython-f5089d9d6c303b47936a741b7bdf37293ec3a1c6.tar.gz GitPython-f5089d9d6c303b47936a741b7bdf37293ec3a1c6.zip | |
Merge pull request #454 from gitpython-developers/fix-octal-escaped-path-parser-bug
Fix bug in diff parser output
Diffstat (limited to 'git/test/fixtures')
| -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 14375f79..9ee6b834 100644 --- a/git/test/fixtures/diff_patch_unsafe_paths +++ b/git/test/fixtures/diff_patch_unsafe_paths @@ -61,6 +61,13 @@ index 0000000000000000000000000000000000000000..eaf5f7510320b6a327fb308379de2f94 +++ "b/path/¯\\_(ツ)_|¯" @@ -0,0 +1 @@ +dummy content +diff --git "a/path/\360\237\222\251.txt" "b/path/\360\237\222\251.txt" +new file mode 100644 +index 0000000000000000000000000000000000000000..eaf5f7510320b6a327fb308379de2f94d8859a54 +--- /dev/null ++++ "b/path/\360\237\222\251.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 |
