List Commits That Modified A File

Returns a paginated list of commits that modified the specified file.Commits are returned in reverse chronological order. This is roughlyequivalent to the following commands: $ git log --follow --date-order By default, Bitbucket will follow renames and the path name in thereturned entries reflects that. This can be turned off using the`?renames=false` query parameter.Results are returned in descending chronological order by default, andlike ...