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

Exporting commits, how to?

Darryl Allen 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_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
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