diff options
| author | Anil Khatri <27620628+imkaka@users.noreply.github.com> | 2019-10-23 23:37:43 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-23 23:37:43 +0530 |
| commit | abb18968516c6c3c9e1d736bfe6f435392b3d3af (patch) | |
| tree | 46b45bc52901f0f52526f9573f06b2fc0f777231 /git/test/fixtures/diff_copied_mode | |
| parent | 284f89d768080cb86e0d986bfa1dd503cfe6b682 (diff) | |
| parent | dfa0eac1578bff14a8f7fa00bfc3c57aba24f877 (diff) | |
| download | GitPython-abb18968516c6c3c9e1d736bfe6f435392b3d3af.tar.gz GitPython-abb18968516c6c3c9e1d736bfe6f435392b3d3af.zip | |
Merge branch 'master' into fix/deepsource-issues
Diffstat (limited to 'git/test/fixtures/diff_copied_mode')
| -rw-r--r-- | git/test/fixtures/diff_copied_mode | 4 |
1 files changed, 4 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 |
