Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 432 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 432 Bytes

Android-repo-log-listing

In Android, "repo" is used to managed all git projects. With this script, we could list all commits between two days for all projects.

The commans is "python all-project-merge-list.py y1y1y1y1-m1m1-d1d1 y2y2y2y2-m2m2-d2d2" python : Please use python 2.7 y1y1y1y1-m1m1-d1d1 : The start date. Using "-" as separator. y2y2y2y2-m2m2-d2d2 : The end date. Using "-" as separator.