Github のコミット差分をテキストデータで取得する

https://github.com/aipocom/aipo/compare/68c8512b32e6…57c651ce56ea のようなコミット差分ページがあった場合、 https://github.com/aipocom/aipo/compare/68c8512b32e6…57c651ce56ea.diff といった、.diff を付けたページを開くと、

diff --git a/war/src/main/webapp/check.html b/war/src/main/webapp/check.html
index 1e6c555..e63a9b7 100644
--- a/war/src/main/webapp/check.html
+++ b/war/src/main/webapp/check.html
@@ -95,6 +95,7 @@
         gadgets.rpc.call(null, "requestCheckActivity");
     }
     join();
+    //
     return false;
 }

といったテキストデータが表示されます。