Skip to main content

All Questions

Tagged with
3 votes
1 answer
16k views

Parse git log using gitpython

In python, I want to get log of all commits for a file in a git repository and parse the information in the log (hash, author name, author mail, author date, committer name, committer mail, commit ...
Nasif Imtiaz Ohi's user avatar
1 vote
2 answers
3k views

Diff commit messages of two branches with gitpython

At work, we have a workflow where each branch is "named" by date. During the week, at least once, the latest branch gets pushed to production. What we require now is the summary/commit messages of the ...
stackErr's user avatar
  • 4,170