app-gitgot
app-gitgot copied to clipboard
feature request: 'got log [git log options] [repo-list]'
Run 'git log' in all listed repos with the given git log options. Fold the output together in a chronological way across repos.
Use case: doing end-of-week activity report, you could do something like:
got log -t work --author=me
and get all your commits, in the standard newest-first git log format.
(The folding together across streams may make this tricky to do in perl)