-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for timezones of git log messages #81
Conversation
Why do you want to convert the timezone into seconds? Isn't something like "+0200" more readable? |
This was the idea from @jgbarah, because the same approach is used in MailingListStats. Further more to save the seconds is @linzhp did you test it? Does it work for you? |
I just tested it, it works. Just a side comment, the time zone information are not always reliable, as when a commit is imported from Subversion to Git, the time zone is always +0000. Not a bug in this PR, but something we need to pay attention to when we want to use time zone information. |
Is there a way to derect migrations from Subversion to Mark those commits? Am Montag, 28. April 2014 schrieb Zhongpeng Lin :
|
Yes, those commits often has a string "git-svn" in the commit message. |
I think we should integrate a feature like this (as a Extension?), but this Am Dienstag, 29. April 2014 schrieb Zhongpeng Lin :
|
Sorry for not responding sooner. I've been busy these days. |
This PR solves #63
The timezone is saved in seconds. Some examples:
If you ran CVSAnaly on MySQL you can migrate your database with the queries:
@linzhp maybe this is useful for you as well?