johnrubansingh / gitiles

Automatically exported from code.google.com/p/gitiles
0 stars 0 forks source link

blame view is displaying the wrong edit date #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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