Skip to content

Commit

Permalink
Copy file sample
Browse files Browse the repository at this point in the history
This commit renames a file and adds completely different file with the
same file name. This transformation is not handled by default heuristics
but can be enabled by `-C` (copy detection)
  • Loading branch information
odnoletkov committed Feb 5, 2019
1 parent 54e53ad commit 2014836
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
15 changes: 10 additions & 5 deletions old-name-file
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
1
2
3
4
5
a
b
c
d
e
f
g
h
i
j
5 changes: 5 additions & 0 deletions renamed-file
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
1
2
3
4
5

0 comments on commit 2014836

Please sign in to comment.