From e7027c07becbd2b7bca607dbb2cc4e899bad45a4 Mon Sep 17 00:00:00 2001 From: filmroellchen Date: Tue, 28 Jan 2025 11:21:54 +0100 Subject: [PATCH] wtf reflist --- verify.py | 1 + 1 file changed, 1 insertion(+) diff --git a/verify.py b/verify.py index 14d90eb..a990987 100755 --- a/verify.py +++ b/verify.py @@ -30,6 +30,7 @@ def collect_user_dirs(): def last_commit_for(dir: Path, ref: git.Reference): """Returns the Git commit signature for the last commit on this path.""" last_commit_hash = str(ref.repo.git.rev_list("--max-count=1", action_ref, dir)) + log.debug(last_commit_hash) return ref.repo.commit(last_commit_hash)