index
:
git-deps
fix-setup
master
py2k_encoding
git commit dependency analysis tool
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git_deps
/
detector.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Blame via pygit2 instead of subprocess
Antonin Delpeuch
2023-09-23
1
-20
/
+19
*
Fix deps fetching on the root commit
Antonin Delpeuch
2023-09-22
1
-2
/
+4
*
Fix some flake8 issues
Adam Spiers
2021-04-03
1
-9
/
+9
*
ALGORITHM CHANGE: only diff tree with first parent
Adam Spiers
2018-10-03
1
-2
/
+2
*
fix undefined parent variable bug
Adam Spiers
2018-09-11
1
-4
/
+6
*
move more important debug to INFO level
Adam Spiers
2018-09-11
1
-14
/
+14
*
clarify that the hunk gets listed later in the debug
Adam Spiers
2018-09-10
1
-1
/
+1
*
rename blame_hunk to blame_diff_hunk
Adam Spiers
2018-09-10
1
-2
/
+2
*
tweak indentation to make debug easier to follow
Adam Spiers
2018-09-09
1
-3
/
+3
*
fix indentation when debugging hunks
Adam Spiers
2018-09-09
1
-1
/
+1
*
extract process_hunk_line() method
Adam Spiers
2018-09-09
1
-24
/
+30
*
extract debug_hunk() method
Adam Spiers
2018-09-09
1
-0
/
+5
*
extract record_dependency_source() method
Adam Spiers
2018-09-09
1
-19
/
+26
*
extract process_new_dependency() method
Adam Spiers
2018-09-09
1
-30
/
+37
*
extract register_new_dependent() method
Adam Spiers
2018-09-09
1
-5
/
+8
*
reflow some doc strings
Adam Spiers
2018-09-09
1
-11
/
+11
*
extract run_blame() method
Adam Spiers
2018-09-09
1
-7
/
+10
*
fix Python 3 uses of subprocess.check_output
Adam Spiers
2018-05-16
1
-2
/
+2
*
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