You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We want a simple list of date and topic..
Hello @Kyleigh Philbrook ,
Thank you for reaching out to Atlassian Community.
From your description it was not clear what Get Logs you are referring about. Could you give us more context of your request and also clarify if "Get Log" is an API call or an option you see in the Bitbucket UI ?
Thank you, @Kyleigh Philbrook
Kind regards,
Patrik S.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Kyleigh Philbrook ,
I think you might be referring to "git log" command. If that is the case, you can use the command below to export the list of commits containing just the date and commit messages :
git log --pretty=format:"%ad%x09%s" > destination_file.txt
Where :
%ad = author date
%x09 = tab
%s = subject
Please let me know if this is what you were looking for.
In case you are referring to a different command, could you please provide us an example of the command you are executing ?
Thank you, @Kyleigh Philbrook .
Kind regards,
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, sorry it's been a long Monday/Tuesday. It worked, thank you much! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.