PDA

View Full Version : compiz-git going back in time?


shame
October 10th, 2007, 09:22 AM
I noticed when looking at the log for compiz, the commit dates are going back in time.

The last few commits show the commit date as Thu, 27 Sep 2007 but the previous commits showed the date correctly as October.

http://gitweb.opencompositing.org/?p=compiz;a=log

As a packager, I use git-log to get the commit dates for the package versions so this is a bit awkward.

maniac
October 10th, 2007, 10:50 AM
I noticed when looking at the log for compiz, the commit dates are going back in time.

The last few commits show the commit date as Thu, 27 Sep 2007 but the previous commits showed the date correctly as October.

http://gitweb.opencompositing.org/?p=compiz;a=log

As a packager, I use git-log to get the commit dates for the package versions so this is a bit awkward.
These commits were commited (locally!) in September, but pushed recently. That's why they didn't appear earlier. git-log --pretty=fuller tells both dates (commit and author) :)

shame
October 10th, 2007, 01:21 PM
Ah thanks for that. Very useful :)