-
Suggestion
-
Resolution: Unresolved
-
None
-
12
-
- The current behavior in Bitbucket Cloud file history is,
- if a file is removed from a branch and added again with the same name, the file history is simplified and shows only history after the file was newly created again.
- if we add a change a to a file, remove the change and add the same changes to the file again, only the commit with the recent addition is shown in the history as Bitbucket uses simplified history view offered by git and not --full-history(existing BCLOUD - https://jira.atlassian.com/browse/BCLOUD-10822)
Expected:
- Bitbucket Cloud to show full file history. This is available in Bitbucket Server/DC.