Is it possible to change SourceTree's configuration for file rename detection/threshold?
It believes a particular file in my Git repo was renamed in a particular commit:
rename_detected.png
How can I tell SourceTree to not detect file renames, but display the change as a delete+add instead?
rename_not_detected.png
git diff
has --no-renames
and --find-renames
options for configuring file rename detection. Does SourceTree have any similar options?
There is an option to toggle rename detection in the file log window (right-click a file name and choose "log selected"), but there is not way to change the behaviour in the main window.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.