The --diff-algorithm option allows you to change how a diff is displayed - I use "histogram" to create a diffs that appear more logical to me when I'm running git on the command line.
How can I change the diff algorithm when viewing a diff, such as a pull request, on Azure Devops?
The --diff-algorithm option allows you to change how a diff is displayed - I use "histogram" to create a diffs that appear more logical to me when I'm running git on the command line.
How can I change the diff algorithm when viewing a diff, such as a pull request, on Azure Devops?
Share Improve this question edited Mar 13 at 22:26 Gleb Nebolyubov 6765 silver badges14 bronze badges asked Mar 13 at 7:33 Andrew GrimmAndrew Grimm 81.8k58 gold badges208 silver badges353 bronze badges1 Answer
Reset to default 2As far as I know, this is currently not a supported feature in Azure Devops.
You can get the list of supported features/parameters here