Visualize your git repository with Git Treemap. Watch the demonstration: http://www.youtube.com/watch?v=1vfDNVCgtLs or try out the example at http://joe42.github.io/git_treemap/
Stars
13
Forks
1
Watchers
13
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
19
commits
Replace debug output from class MyGit with more informative text
85177a6View on GitHuboptimize treemap.py, and fix bug that changed lines are shown per commit instead of per file per commit
aa13d45View on GitHubFix method build_structure of class SimpleTreeMapBuilder to use parent_dir parameter instead of global rootdir variable
15a8be1View on GitHubMerge branch 'master' of github.com:joe42/git_treemap
df8d07fView on GitHubMerge branch 'master' of github.com:joe42/git_treemap
405c3d2View on GitHubchange treemap.html example to view early version of the git project
67da11eView on GitHubchange method build_structure of class SimpleTreeMapBuilder (inherited by classes GitTreeBuilder, and GitTreeMapByAuthorBuilder) to exclude the .git directory
a34f268View on GitHubchange methods __get_last_commits() of class GitFileByAuthor, and GitFile to implement caching for speed optimization
b912bf7View on GitHubBugFix method get_dict_repr( author) of class GitFileByAuthor: only consider changes made by author
341eabeView on GitHubFix method get_changed_lines() of class GitFile, and GitFileByAuthor to consider only certain commits relative to the last commit date
27e8ca8View on GitHub