This ensures that the output is newline-terminated.
+2010-03-09 Miles Bader <Miles Bader <miles@gnu.org>>
+
+ * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
+ instead of "format:"; this ensures that the output is
+ newline-terminated.
+
2010-03-08 Chong Yidong <cyd@stupidchicken.com>
* mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
'("log" "--no-color")
(when shortlog
'("--graph" "--decorate" "--date=short"
- "--pretty=format:%d%h %ad %s" "--abbrev-commit"))
+ "--pretty=tformat:%d%h %ad %s" "--abbrev-commit"))
(when limit (list "-n" (format "%s" limit)))
(when start-revision (list start-revision))
'("--")))))))