+2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
+
+ * vc-git.el (vc-git-show-log-entry): Include the revision in the
+ search string.
+
2008-10-14 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-process-one-action): Embed regexp in
or BRANCH^ (where \"^\" can be repeated)."
(goto-char (point-min))
(when revision
- (search-forward "\ncommit" nil t
+ (search-forward (format "\ncommit %s" revision) nil t
(cond ((string-match "~\\([0-9]\\)$" revision)
(1+ (string-to-number (match-string 1 revision))))
((string-match "\\^+$" revision)