Home
last modified time | relevance | path

Searched defs:unbare_repo (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/git/
H A Dutil.py63 def unbare_repo(func): function
/dports/devel/py-gitpython/GitPython-3.1.24/git/
H A Dutil.py94 def unbare_repo(func: Callable[..., T]) -> Callable[..., T]: function