You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git diff is able to detect when a file has been renamed, based on a "similarity index":
diff --git a/a/a.txt b/b/b.txt
similarity index 85%
rename from a/a.txt
rename to b/b.txt
index b8ee8a7..8054674 100644
--- a/a/a.txt+++ b/b/b.txt@@ -1,3 +1,3 @@
asdfdsfasdf
gsdfgsdfgdsfgsdfg
-asdf
\ No newline at end of file
+asdf1
\ No newline at end of file
currently dir-compare treats all renames as a file "missing" on each side
The text was updated successfully, but these errors were encountered:
git diff
is able to detect when a file has been renamed, based on a "similarity index":currently
dir-compare
treats all renames as a file "missing" on each sideThe text was updated successfully, but these errors were encountered: