Rmeove HEAD.
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def check_repo(repo_path, since, mincount, filter_=None):
|
|
78 |
bugfiles = Counter()
|
79 |
current_commit = 0
|
80 |
current_files = []
|
81 |
-
out = git.show('--stat', '--oneline', '--name-only', f"{commits[-1]}..
|
82 |
|
83 |
is_bug = 0
|
84 |
for i, line in enumerate(out.split("\n")):
|
|
|
78 |
bugfiles = Counter()
|
79 |
current_commit = 0
|
80 |
current_files = []
|
81 |
+
out = git.show('--stat', '--oneline', '--name-only', f"{commits[-1]}..")
|
82 |
|
83 |
is_bug = 0
|
84 |
for i, line in enumerate(out.split("\n")):
|