dashboard/watcher: use commit date, not author date

Commit date is what is relevant to the dashboard.

Change-Id: I807492768c8f7dcbf9ee6bdc233976cb25ee8647
Reviewed-on: https://go-review.googlesource.com/1356
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Andrew Gerrand 2014-12-12 10:06:45 +11:00
parent 93f9911d07
commit 9df76cfcdb
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ func (r *Repo) remotes() ([]string, error) {
const logFormat = `--format=format:%H const logFormat = `--format=format:%H
%P %P
%an <%ae> %an <%ae>
%aD %cD
%B %B
` + logBoundary ` + logBoundary