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 ?
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 ?
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.
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