vifactor / repostat

Inspired by gitstats project: git repository desktop analyzer
GNU General Public License v3.0
106 stars 13 forks source link

Blame progress #187

Closed vifactor closed 4 years ago

vifactor commented 4 years ago

Added console progress bar to indicate progress of blame-data fetching when --contribution cmd option passed.

Attempt to add progress bar when fetching history data (commits-walking) did not succeed, as total number of commits has to be known in advance, which is equal to full history walk.

pulkomandy commented 4 years ago

Total commit count can be known quickly from git command line: git rev-list --count HEAD

I don't know if libgit has an equivalent to this.

vifactor commented 4 years ago

50%|████▉ | 12771/25696 [8:46:10<27:55:37, 7.78s/it]