Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix Python 3 uses of subprocess.check_output | Adam Spiers | 2018-05-16 | 1 | -3/+5 |
| | | | | https://stackoverflow.com/questions/15817420/subprocess-and-type-str-doesnt-support-the-buffer-api/15817457#15817457 | ||||
* | move Repository instantiation to GitUtils | Adam Spiers | 2018-05-15 | 1 | -0/+10 |
| | |||||
* | extract GitUtils.ref_commit() function | Adam Spiers | 2018-05-15 | 1 | -0/+15 |
| | |||||
* | extract commit_summary() function into gitutils.py | Adam Spiers | 2018-05-15 | 1 | -0/+4 |
| | | | | This helper can be reused elsewhere, e.g. in git-explode. | ||||
* | move oneline() to gitutils.py | Adam Spiers | 2018-05-15 | 1 | -0/+4 |
| | | | | | It has nothing to do with DependencyDetector, and this will let us reuse it from git-explode too. | ||||
* | convert into a proper Python module | Adam Spiers | 2018-05-15 | 1 | -0/+68 |
Sem-Ver: api-break |