mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-01-03 19:32:16 +01:00
Progress from the blame module is now printed regardless of --hard.
This commit is contained in:
parent
1ed9b5e3cf
commit
6606d8b13c
1 changed files with 1 additions and 3 deletions
|
@ -141,9 +141,7 @@ class Blame(object):
|
||||||
thread = BlameThread(useweeks, changes, blame_command, FileDiff.get_extension(row), self.blames, row.strip())
|
thread = BlameThread(useweeks, changes, blame_command, FileDiff.get_extension(row), self.blames, row.strip())
|
||||||
thread.daemon = True
|
thread.daemon = True
|
||||||
thread.start()
|
thread.start()
|
||||||
|
Blame.output_progress(i, len(lines))
|
||||||
if hard:
|
|
||||||
Blame.output_progress(i, len(lines))
|
|
||||||
|
|
||||||
# Make sure all threads have completed.
|
# Make sure all threads have completed.
|
||||||
for i in range(0, NUM_THREADS):
|
for i in range(0, NUM_THREADS):
|
||||||
|
|
Loading…
Reference in a new issue