Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Browse source code for specific commit

Hi, can't find how to do that in the web UI. It works for branches, not individual commits like Github does. I need to be able to share links to the source code of specific commits with the team. Thanks.

3 answers

1 accepted

6 votes
Answer accepted
Julius Davies _bit-booster_com_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Aug 14, 2019 • edited

 

It's a little awkward, but it is possible.

1.)  Navigate to the source code area of your repository in the Bitbucket UI.

2.)  Use the branch/tag selector to change the branch to something different than the default.  (This causes the URL to receive an "?at=refs%2Fheads%2F<BRANCH>" parameter).

3.)  Change whatever is inside the "?at=" parameter to point to the commit-id you want to look at source code for (e.g., ?at=5557caa219b945d552dfa58d8f2c1ed91252924b).

 

Here's a live example you can play with, although the repository it points to had no files at that particular commit (I was doing a bunch of "git commit --allow-empty" invocations to create exotic commit graph structures for testing purposes):

 

https://vm.bit-booster.com/bitbucket/projects/BB/repos/flower/browse?at=a9d624311109b22e98dee5f3aaad30809b085363

 

 

Gotcha, thanks!

Having to hack the URL to browse a commit is... less than desirable.  Should be an existing feature as it seems simple.

Amen to that! I've been looking for this feature for years. It's absurd that this is so painful.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events