From 59ad90694b5393ce7f6790ade9cb58c24b8028e5 Mon Sep 17 00:00:00 2001 From: JJ Graham Date: Thu, 17 Oct 2019 22:15:45 -0500 Subject: Adding diff support for copied files, still working on test --- git/test/fixtures/diff_copied_mode | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 git/test/fixtures/diff_copied_mode (limited to 'git/test/fixtures/diff_copied_mode') 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 -- cgit v1.2.3