Tree
Tree:
1aeda4eb624073bba148e731978cb6b625cdc9fc
Date:
Sat Mar 11 11:45:44 2023
UTC
Message:
diffstat: fix parsing of deleted files
don't remember why the `file == ""` clausole was added. file is set
by switchfile() and never reset until the end, so depending on the
order deleted files may not be showed in the summary (but their
line still being counted for the `total')
Omar Polo