Hilco Wijbenga [off-list ref] writes:
git log --since="01-Dec-2011" --until="31-Dec-2011"
The returned list of commits also included a few from November.
These limits act on committer dates. Are you by any chance looking at
author dates instead?
On 4 January 2012 14:16, Junio C Hamano [off-list ref] wrote:
Hilco Wijbenga [off-list ref] writes:
quoted
git log --since="01-Dec-2011" --until="31-Dec-2011"
The returned list of commits also included a few from November.
These limits act on committer dates. Are you by any chance looking at
author dates instead?
I had to look that up. :-) Yes, I'm apparently looking at (and for)
author dates. I don't really care when the commit was merged into
master (that's the committer date, right?), I want to know when the
work was done.
I didn't really see any useful switches for git log in this regard but
then the author date seems to be additional data without special
meaning to Git.