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
Родитель 79169ae8b2
Коммит 07e7fd5d0c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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