Narsil HF staff commited on
Commit
90a36fc
1 Parent(s): 9193632

Rmeove HEAD.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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]}..HEAD")
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")):