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

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

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events