From 931ed3605ecee7f438ae157b4b491e08865d74c7 Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Mon, 28 Jan 2019 21:29:04 -0500 Subject: [PATCH] Link directly to commit reference on Github Using `github.com/user/repo/commits/` shows a list of commits, starting at the specified commit. By using `github.com/user/repo/commit/sha`, we can link directly to the diff for the commit in question. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index aa65bbecd6..3909ec13c3 100644 --- a/index.md +++ b/index.md @@ -11,7 +11,7 @@ layout: default {{- "|" -}} {{ status.windows | replace: '-', ' ' }} {{- "|" -}} -{{ status.commit | truncate: 9, "" }} on {{ status.datetime | date: "%Y-%m-%d %H:%M:%S" }} | +{{ status.commit | truncate: 9, "" }} on {{ status.datetime | date: "%Y-%m-%d %H:%M:%S" }} | {%- endfor %} The table above reflects the real-time status on the master branch.