git.pretty_commit() re-implemented with "git show" (bug #10018)
[stgit.git] / stgit / version.py
blobedd79e0539446d9eccfb23a37015ad6675ac67cd
1 version = '0.13'
3 # minimum version requirements
4 git_min_ver = '1.5.2'
5 python_min_ver = '2.5'