@@ -0,0 +1,7 @@
from gitapi import *
repo = Git(r"C:\Users\Kuba\AppData\Local\Temp\git\new")
head, _ = repo.get_head()
print(head)
commit = repo.get_object(head, load_data=True)
print(commit.tree.files)
The note is not visible to the blocked user.