From: David Dillow <dave@thedillows.org> Date: 2012-03-15 20:31:31
On Thu, 2012-03-15 at 21:51 +0200, Kevin Wilson wrote:
git log | more
shows:
commit cdf485be3a63d1f34293740fb726088c6840ceea
Author: John Fastabend [off-list ref]
Date: Sat Feb 11 06:26:00 2012 +0000
git shows the date the patch was written by default, not the date it was
committed to the tree. Use 'git log --pretty=fuller' and you'll see the
commit date was much more recent.