aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc/vc-git.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el
index b23a5ca95a1..0541b16d625 100644
--- a/lisp/vc/vc-git.el
+++ b/lisp/vc/vc-git.el
@@ -187,7 +187,7 @@ the staging area."
187 ;; The first shy group matches the characters drawn by --graph. 187 ;; The first shy group matches the characters drawn by --graph.
188 ;; We use numbered groups because `log-view-message-re' wants the 188 ;; We use numbered groups because `log-view-message-re' wants the
189 ;; revision number to be group 1. 189 ;; revision number to be group 1.
190 "^\\(?:[*/\\| ]+ \\)?\\(?2: ([^)]+)\\)?\\(?1:[0-9a-z]+\\)..: \ 190 "^\\(?:[*/\\| ]+ \\)?\\(?2: ([^)]+)\\)?\\(?1:[0-9a-z]+\\)\\.\\.: \
191\\(?3:.*?\\)[ \t]+\\(?4:[0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\}\\)" 191\\(?3:.*?\\)[ \t]+\\(?4:[0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\}\\)"
192 ((1 'log-view-message) 192 ((1 'log-view-message)
193 (2 'change-log-list nil lax) 193 (2 'change-log-list nil lax)