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

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events