diff options
| author | Anil Khatri <anil.soccer.khatri@gmail.com> | 2019-10-23 23:51:15 +0530 |
|---|---|---|
| committer | Anil Khatri <anil.soccer.khatri@gmail.com> | 2019-10-23 23:51:15 +0530 |
| commit | d4756f4a1298e053aaeae58b725863e8742d353a (patch) | |
| tree | de992d78c7d5520d0112391c269b13a53ca6065c /git/test/fixtures | |
| parent | 1dc46d735003df8ff928974cb07545f69f8ea411 (diff) | |
| parent | abb18968516c6c3c9e1d736bfe6f435392b3d3af (diff) | |
| download | GitPython-d4756f4a1298e053aaeae58b725863e8742d353a.tar.gz GitPython-d4756f4a1298e053aaeae58b725863e8742d353a.zip | |
Merge branch 'fix/deepsource-issues' of github.com:imkaka/GitPython into fix/deepsource-issues
Diffstat (limited to 'git/test/fixtures')
| -rw-r--r-- | git/test/fixtures/diff_copied_mode | 4 | ||||
| -rw-r--r-- | git/test/fixtures/diff_copied_mode_raw | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/git/test/fixtures/diff_copied_mode b/git/test/fixtures/diff_copied_mode new file mode 100644 index 00000000..60707afc --- /dev/null +++ b/git/test/fixtures/diff_copied_mode @@ -0,0 +1,4 @@ +diff --git a/test1.txt b/test2.txt +similarity index 100% +copy from test1.txt +copy to test2.txt diff --git a/git/test/fixtures/diff_copied_mode_raw b/git/test/fixtures/diff_copied_mode_raw new file mode 100644 index 00000000..7640f3ab --- /dev/null +++ b/git/test/fixtures/diff_copied_mode_raw @@ -0,0 +1 @@ +:100644 100644 cfe9deac6e10683917e80f877566b58644aa21df cfe9deac6e10683917e80f877566b58644aa21df C100 test1.txt test2.txt |
