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: 

How can I export the information presented here for each commit, especially the number of modified f

FIRE ICE
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!
May 19, 2024

Hello, thank you for reading. I would like to know if it’s possible to add a feature to export this list. Your list is very well made and much more efficient than git log (I have a repo with 180,000 commits and I want to see the number of files changed in each commit). However, I found that if I select and copy-paste using the right-click, the information about modified files is not included.

123

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Martin Runge
Community Champion
May 27, 2026

Hi @FIRE ICE

Welcome to the Atlassian Community!

You are correct. While Sourcetree is great for visualizing repository history and daily tasks, it doesn't support exporting a full table from the log UI. For a full export, like auditing or scripting, it's best to use the terminal and git log for efficiency.

You could use a command like this in the terminal and pipe it into a file:

git log --date=short --format="%h, %ad, %an, %s" --shortstat > export.txt

 

TAGS
AUG Leaders

Atlassian Community Events