Commit Diff


commit - 328197565febb309fe4cb50600b0b487d3016bdc
commit + 96b3eb1c8104c73f29849cf445512cc2d7b7be87
blob - df77f4750e3d4b5715fc178815e01339006f88a8
blob + 826d72aca67d8b568d7f5d2f864a710d903d2000
--- vc-got.el
+++ vc-got.el
@@ -801,7 +801,6 @@ Provides capture groups for:
 
 (defconst vc-got--commit-re "^commit \\([a-z0-9]+\\)"
   "Regexp to match commit lines.
-
 Provides capture group for the commit revision id.")
 
 (defun vc-got-annotate-time ()