-
Suggestion
-
Resolution: Unresolved
-
None
Currently, any branching model with the pattern branchingmodel/branchname opens up the query string with a commit instead of just the URL.
The suggestion is to avoid this along with query string.
For example: A branch with the master opens up the URL as:
https://bitbucket.org/workspace_id/gittraining/src/master/
A branch with the pattern release/next-2.12 opens up the query string with the commit fetched:
https://bitbucket.org/workspace_id/gittraining/src/25e212349e660b2c18d448aa009d8bd9caf7cfe0/?at=release%2Fnxt-2.12