Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-22682

Change to the API "List commits that modified a file"

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      In your API, you are returning the result of command:
      git log --follow --date-order <sha> <path>
      If the file was renamed/deleted in the branch, the command returns nothing. But if use the command a bit differently, we can get successful results:
      git log --folow --data-order – <path>
      My proposal - allow use for property commit value * or "" (%22%22) and in this case, we can read the history of the file by the old name.

            Unassigned Unassigned
            baeec3ca0214 Arthur Seus (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: