Replaced option to more modern.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 27 Mar 2018 00:01:17 +0300
changeset 889 7e51f0012eb6
parent 888 ec96d18f51b0
child 890 96b4250c52f8
Replaced option to more modern.
.gitconfig
--- a/.gitconfig	Tue Jan 09 14:40:13 2018 +0200
+++ b/.gitconfig	Tue Mar 27 00:01:17 2018 +0300
@@ -38,7 +38,7 @@
 
 [diff]
 # Makes the diff much shorter when moving or copying files.
-rename = copy
+renames = copy
 
 # The number of files to consider when performing the copy/rename
 # detection; equivalent to the git diff option -l.