From 9df76cfcdb07ca535fe8f346a473ede148292f57 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 12 Dec 2014 10:06:45 +1100 Subject: [PATCH] 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 --- dashboard/watcher/watcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/watcher/watcher.go b/dashboard/watcher/watcher.go index 96a6e2ec..d80713c9 100644 --- a/dashboard/watcher/watcher.go +++ b/dashboard/watcher/watcher.go @@ -505,7 +505,7 @@ func (r *Repo) remotes() ([]string, error) { const logFormat = `--format=format:%H %P %an <%ae> -%aD +%cD %B ` + logBoundary