Small utility to get history logs from subversion and git projects found
Find a file
2025-02-21 12:05:14 +01:00
lib First version 2025-02-11 10:07:47 +01:00
.gitignore First version 2025-02-11 10:07:47 +01:00
pyhistorybuilder.py print output as markdown table 2025-02-21 12:05:14 +01:00
README.md First version 2025-02-11 10:07:47 +01:00

pyhistorybuilder.py

This is a utility that scans a sources folder for directories with Subversion or Git projects, gathers all the commit logs, and store it in a SQLite database. Then it shows a result from that database with the start and stop datetime when somebody was working on this project.