Allow "^" in a version name.
2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
+ * vc-git.el (vc-git-annotate-extract-revision-at-line):
+ Allow "^" in a version name.
+
* vc-mtn.el (vc-mtn-state): Support the added state.
2008-03-22 Carsten Dominik <dominik@science.uva.nl>
(defun vc-git-annotate-extract-revision-at-line ()
(save-excursion
(move-beginning-of-line 1)
- (and (looking-at "[0-9a-f]+")
+ (and (looking-at "[0-9a-f^][0-9a-f]+")
(buffer-substring-no-properties (match-beginning 0) (match-end 0)))))
;;; SNAPSHOT SYSTEM