orglog
orglog
is an organized git log
. It's used to quickly create a summary of how an organization's codebase changed in
a period. It organizes the output by directory instead of author.
Usage
Query all the changes on the cdr
GitHub organization:
$ go run cdr.dev/orglog --organization cdr -f code-server --since-days 30
code-server:
/ (+316, -346) (patch 89%)
hi@nhooyr.io
Remove funding figure (+1, -1)
Ask for resume/github re hiring (+1, -1)
Fix formatting (+1, -1)
Make our funding situation clear in Hiring section (+4, -2)
Fix wording in FAQ.md (+2, -2)
Fix typo (+1, -1)
Add FreeBSD support to install script (+29, -7)
ammar@ammar.io
Update remote location restrictions in README (+1, -1)
kyle@kwc.io
Remove funding statement (+1, -3)
shereef.bankole@yahhoo.com
fix typos in doc/FAQ.md (+4, -4)
ci/dev/ (+270, -322) (patch 100%)
ash@coder.com
Initialize config and use correct settings path (+11, -7)
Fix connections sticking around indefinitely (+3, -3)
Update VS Code to 1.46.1 (+147, -170)
Update VS Code to 1.47.0 (+109, -142)
ci/steps/ (+1, -1) (sh 100%)
hi@nhooyr.io
Fix bad $PATH when building MacOS (+1, -1)