summaryrefslogtreecommitdiffhomepage
path: root/tests/28_test_gbp_git_repository_commit_dir.py
Commit message (Collapse)AuthorAge
* GitRepository: port to Python3Guido Günther2017-08-02
| | | | | We treat everything as unicode except paths which we handle as bytestrings
* GitRepository: shorten reflog messageGuido Günther2017-02-06
Closes: #854333 Thanks: Chris Lamb for the report