mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-01-03 11:22:15 +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,8 +141,6 @@ class Blame(object):
|
|||
thread = BlameThread(useweeks, changes, blame_command, FileDiff.get_extension(row), self.blames, row.strip())
|
||||
thread.daemon = True
|
||||
thread.start()
|
||||
|
||||
if hard:
|
||||
Blame.output_progress(i, len(lines))
|
||||
|
||||
# Make sure all threads have completed.
|
||||
|
|
Loading…
Reference in a new issue