The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Exporting commits, how to?

Darryl Allen
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 16, 2013

Is it possible to export a list of commit dates & comments? Preferably csv

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
aMarcus
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 18, 2013

With Git, you can do this from the command line using git log and then specifying a format. For example, your desired format might be:

git log --pretty=format:"%aD,%H,%s"

The full details of the formats are in http://www.kernel.org/pub/software/scm/git/docs/git-log.html under the "Pretty Formats" section.

0 votes
Irina Sanikovich [StiltSoft]
Atlassian Partner
August 19, 2021

Read this blog post to learn the way to export commit and pull request data from Bitbucket to CSV

TAGS
AUG Leaders

Atlassian Community Events