aboutsummaryrefslogtreecommitdiffstats
path: root/git_deps/detector.py
Commit message (Expand)AuthorAgeFilesLines
* fix undefined parent variable bugAdam Spiers2018-09-111-4/+6
* move more important debug to INFO levelAdam Spiers2018-09-111-14/+14
* clarify that the hunk gets listed later in the debugAdam Spiers2018-09-101-1/+1
* rename blame_hunk to blame_diff_hunkAdam Spiers2018-09-101-2/+2
* tweak indentation to make debug easier to followAdam Spiers2018-09-091-3/+3
* fix indentation when debugging hunksAdam Spiers2018-09-091-1/+1
* extract process_hunk_line() methodAdam Spiers2018-09-091-24/+30
* extract debug_hunk() methodAdam Spiers2018-09-091-0/+5
* extract record_dependency_source() methodAdam Spiers2018-09-091-19/+26
* extract process_new_dependency() methodAdam Spiers2018-09-091-30/+37
* extract register_new_dependent() methodAdam Spiers2018-09-091-5/+8
* reflow some doc stringsAdam Spiers2018-09-091-11/+11
* extract run_blame() methodAdam Spiers2018-09-091-7/+10
* fix Python 3 uses of subprocess.check_outputAdam Spiers2018-05-161-2/+2
* notify of new dependency even if target already doneAdam Spiers2018-05-151-8/+12
* allow DependencyDetector to be reusedAdam Spiers2018-05-151-0/+6
* improve blame line trackingAdam Spiers2018-05-151-4/+9
* use dependent_sha1 temporary variableAdam Spiers2018-05-151-6/+7
* improve debuggingAdam Spiers2018-05-151-24/+32
* move Repository instantiation to GitUtilsAdam Spiers2018-05-151-8/+5
* extract GitUtils.ref_commit() functionAdam Spiers2018-05-151-7/+1
* extract commit_summary() function into gitutils.pyAdam Spiers2018-05-151-2/+2
* move oneline() to gitutils.pyAdam Spiers2018-05-151-6/+5
* fix handling of annotated tagsAdam Spiers2018-05-151-1/+4
* move instantiation of standard logger to utils.pyAdam Spiers2018-05-151-8/+3
* move debug logger setup to utils.pyAdam Spiers2018-05-151-13/+2
* fix PEP8 issuesAdam Spiers2018-05-151-3/+3
* convert into a proper Python moduleAdam Spiers2018-05-151-0/+332