Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | notify of new dependency even if target already done | Adam Spiers | 2018-05-15 | 1 | -8/+12 |
* | allow DependencyDetector to be reused | Adam Spiers | 2018-05-15 | 1 | -0/+6 |
* | improve blame line tracking | Adam Spiers | 2018-05-15 | 1 | -4/+9 |
* | use dependent_sha1 temporary variable | Adam Spiers | 2018-05-15 | 1 | -6/+7 |
* | improve debugging | Adam Spiers | 2018-05-15 | 1 | -24/+32 |
* | move Repository instantiation to GitUtils | Adam Spiers | 2018-05-15 | 1 | -8/+5 |
* | extract GitUtils.ref_commit() function | Adam Spiers | 2018-05-15 | 1 | -7/+1 |
* | extract commit_summary() function into gitutils.py | Adam Spiers | 2018-05-15 | 1 | -2/+2 |
* | move oneline() to gitutils.py | Adam Spiers | 2018-05-15 | 1 | -6/+5 |
* | fix handling of annotated tags | Adam Spiers | 2018-05-15 | 1 | -1/+4 |
* | move instantiation of standard logger to utils.py | Adam Spiers | 2018-05-15 | 1 | -8/+3 |
* | move debug logger setup to utils.py | Adam Spiers | 2018-05-15 | 1 | -13/+2 |
* | fix PEP8 issues | Adam Spiers | 2018-05-15 | 1 | -3/+3 |
* | convert into a proper Python module | Adam Spiers | 2018-05-15 | 1 | -0/+332 |