fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
450 stars 10 forks source link

[FeatureRequest] Allow modifying Rename threshold when doing a merge #2195

Open JustinasMa opened 2 months ago

JustinasMa commented 2 months ago

It would be useful to have git merge -X rename-threshold=nn, since false positives are causing us some issues. Either a setting in preferences or on every merge popup. Any method works.

DanPristupov commented 2 months ago

false positives are causing us some issues

Either a setting in preferences

Configure git config merge.renames https://git-scm.com/docs/git-config#Documentation/git-config.txt-mergerenames

Or create a custom command for that.