Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 415 Bytes

git.rst

File metadata and controls

28 lines (18 loc) · 415 Bytes

jnrbase.git

git

Functions

find_tag

Examples

from jnrbase.git import find_tag from tests.test_git import tarball_data

>>> with tarball_data('semver') as tree: ... find_tag(git_dir=tree) 'v2.3.4'