Closed GoogleCodeExporter closed 8 years ago
The repository url was wrong; the correct url is
git://git.abakus.no/nerd
Original comment by freq...@gmail.com
on 23 Nov 2010 at 1:50
Hi. I think the problem is some of your commits have no timestamp.
Gource uses %ct - the committer date in unix timestamp format.
You could edit the git log command to use %at instead of %ct (author date),
seems kind of odd that there's no committer date though?
Original comment by acaudw...@gmail.com
on 24 Nov 2010 at 1:01
Thank you; The following command
git log --pretty=format:user:%aN%n%at --reverse --raw --encoding=UTF-8
--no-renames --after=1971-01-01
This filters out all the commits without dates (from 1970); which probably
appeared because the repository has been converted from mercurial.
Original comment by freq...@gmail.com
on 24 Nov 2010 at 7:29
Original comment by acaudw...@gmail.com
on 13 Mar 2011 at 9:04
Original issue reported on code.google.com by
freq...@gmail.com
on 23 Nov 2010 at 1:46Attachments: