Skip to content

Commit

Permalink
dashboard/watcher: use commit date, not author date
Browse files Browse the repository at this point in the history
Commit date is what is relevant to the dashboard.

Change-Id: I807492768c8f7dcbf9ee6bdc233976cb25ee8647
Reviewed-on: https://go-review.googlesource.com/1356
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
adg committed Dec 11, 2014
1 parent 93f9911 commit 9df76cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/watcher/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ func (r *Repo) remotes() ([]string, error) {
const logFormat = `--format=format:%H
%P
%an <%ae>
%aD
%cD
%B
` + logBoundary

Expand Down

0 comments on commit 9df76cf

Please sign in to comment.