Skip to content
Discussion options

You must be logged in to vote

No, there's no way to disable it, since it's almost always desirable (unless it misbehaves for some reason).

Note that --follow relies on git's rename detection heuristics, so on the command line you could try if git log --follow -M100% <path> makes any difference.

We have an option in lazygit to tweak the rename detection threshold (using ( and )), but it only has an affect on the display of diffs, it is not used when filtering. We could consider changing this, but then the question is what happens when you change the threshold while filtering is active; reloading the log in that case would be too expensive.

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@antotoki
Comment options

@stefanhaller
Comment options

@antotoki
Comment options

@stefanhaller
Comment options

Answer selected by antotoki
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants