Skip to content Skip to sidebar Skip to footer
Showing posts with the label Commit

Get Tags Of A Commit

Given an object of GitPython Commit, how can I get the tags related to this commit? I'd enjoy h… Read more Get Tags Of A Commit

Python/sqlite3: Cannot Commit - No Transaction Is Active

I'm trying to code a book indexer using Python (traditional, 2.7) and SQLite (3). The code boil… Read more Python/sqlite3: Cannot Commit - No Transaction Is Active