Docs - product feedback: Compare branches improvement
Hello!
For my task I've needed in no renames diff. E.g. git diff command has --no-renames option to do that.
Could you please extend the API below to make possible to get all rename as add and delete changes:
GET /projects/:id/repository/compare?from=master&to=feature
P.S. The problem is I have json formatted files with similar content and when one file has been deleted and another added the API thinks that rename.
Edited by Павел Чилимов