Skip to content
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

blame view is displaying the wrong edit date #40

Closed
GoogleCodeExporter opened this issue Mar 20, 2015 · 1 comment
Closed

blame view is displaying the wrong edit date #40

GoogleCodeExporter opened this issue Mar 20, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link
Collaborator

see 
https://gwt.googlesource.com/gwt/+blame/master/dev/core/src/com/google/gwt/dev/j
js/ast/JProgram.java line 632

it references commit 782d732 and says it's 2 weeks old. but it's actually only 
a couple of hours old at this moment.

it should be calculating off of the commit time, not the patch creation time.

Original issue reported on code.google.com by stal...@google.com on 13 Feb 2014 at 1:43

@GoogleCodeExporter
Copy link
Collaborator Author

From https://gwt.googlesource.com/gwt/+/782d732be4c146675beef4726ec20239c5a6df5b

  commit 782d732be4c146675beef4726ec20239c5a6df5b
  author Roberto ... Mon Jan 27 16:44:32 2014 -0800
  committer Roberto ... Wed Feb 12 15:28:22 2014 -0800

Blame shows author time, not commit time. E.g. git blame and git log on the 
command line will tell you author time. The web UI is matching that behavior.

Original comment by sop@google.com on 13 Feb 2014 at 2:45

  • Changed state: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant