- Compare commit
-
-
-
-
-
-
-
-
-
-
- {{ n.id }}
-
-
-
-
-
-
- {{ n.message }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ n.id }}
-
-
-
-
-
-
- {{ n.message }}
-
-
-
-
-
- You are about to compare commit
-
- {{ commitA ? commitA.id : "Select commit" }}
-
- against
-
- {{ commitB ? commitB.id : "Select commit" }}
-
-
- Run this!
-
-
-
+
+ Compare commit
+
+ {{ currentCommit ? currentCommit.id : "Select commit" }}
+
+ against
+
+ {{ prevCommit ? prevCommit.id : "Select commit" }}
+
+
+ Request diff
+
+
+ {{ showDiff ? "View commits" : "View diff" }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ n.id }}
+
+
+
+
+
+
+ {{ n.message }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ n.id }}
+
+
+
+
+
+
+ {{ n.message }}
+
+
+