All,
I received an email in response to the top article in WWN 355 about generating commit stats. See below.
I just saw that you used "git log" with some funny options to filter out certain dates... You might be interested in the --min-age and --max-age options, which have been there almost forever.
Useful? -Zach
Zachary Goldberg wrote:
All,
I received an email in response to the top article in WWN 355 about generating commit stats. See below.
I just saw that you used "git log" with some funny options to filter out certain dates... You might be interested in the --min-age and --max-age options, which have been there almost forever.
Useful? -Zach
He/she probably means "--after" and "--before" ? But then you need to change the date formats as well (git 1.6.0.6).
So useful? Yes as I've learned new options and no as it doesn't really simplify the command(s).