aboutsummaryrefslogtreecommitdiffstats
path: root/git_deps/gitutils.py
Commit message (Collapse)AuthorAgeFilesLines
* fix Python 3 uses of subprocess.check_outputAdam Spiers2018-05-161-3/+5
| | | | https://stackoverflow.com/questions/15817420/subprocess-and-type-str-doesnt-support-the-buffer-api/15817457#15817457
* move Repository instantiation to GitUtilsAdam Spiers2018-05-151-0/+10
|
* extract GitUtils.ref_commit() functionAdam Spiers2018-05-151-0/+15
|
* extract commit_summary() function into gitutils.pyAdam Spiers2018-05-151-0/+4
| | | | This helper can be reused elsewhere, e.g. in git-explode.
* move oneline() to gitutils.pyAdam Spiers2018-05-151-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 moduleAdam Spiers2018-05-151-0/+68
Sem-Ver: api-break