You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Can we filter out commit logs based on date/time?
=> So that we'll get to know on which date what changes has done before.
Hi @Avni Maharana and welcome to the community.
You can do this with the command git log in a local clone of the repo. With git log you can use the options --after and --before to filter commits newer or older than a certain date.
Is this what you've been looking for? Or were you looking for something different, e.g. filtering commits in the UI, or when you retrieve them via API?
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Theodora Boudale thank you, I was looking for a way to filter the Bitbucket commits by date, but doing it inside actual git is a much better, reasonable and provider-independent way
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi everyone, The Cloud team recently announced 12 new DevOps features that help developers ship better code, faster ! While we’re all excited about the new improvements to Bitbucket ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.