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.
From: Kevin Wilson <hidden> Date: 2012-03-15 20:36:48
HI,
Yes , this is indeed so
thnk!
kw
On Thu, Mar 15, 2012 at 10:21 PM, David Dillow [off-list ref] wrote:
On Thu, 2012-03-15 at 21:51 +0200, Kevin Wilson wrote:
quoted
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.
From: David Miller <davem@davemloft.net> Date: 2012-03-15 21:52:47
From: Kevin Wilson <redacted>
Date: Thu, 15 Mar 2012 21:51:41 +0200
commit cdf485be3a63d1f34293740fb726088c6840ceea
Author: John Fastabend [off-list ref]
Date: Sat Feb 11 06:26:00 2012 +0000
I suppose there were patches since Feb 11 ...
Are you really this dense?
The change was written on February 11th, but it was merged into my
tree on March 14th.