Sublime Forum

Sublime Merge: does not follow rename

#1

Hello

My git config contains the following:

[log]
follow = true

But Sublime Merge does not follow rename. Is there an option somewhere to enable it ?

0 Likes

#2

Search will follow renames if you use the file: operator, but not if you use the path: operator

There are some cases where renames won’t be detected: commits with a large number of added or deleted files, or renames that modify a large percentage of the file.

0 Likes

Rename detection
#3

git log myfile display the full history, including before the file was renamed - so it’s not an issue of detection not working (unless sublime merge use a custom implementation that does not perform so well).

…and yes, I’m using file

0 Likes