DEBSOURCES
Skip Quicknav
sources / resfinder / 4.4.2-2 / scripts / get_commits_etc.py
12345678
#!/usr/bin/env python3 import subprocess subprocess.run(["git", "status", "--short", "-b"], check=True) # git tag --contain