changeset 107957:54d5490c8e94

* vc-git.el (vc-git-print-log): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Thu, 15 Apr 2010 19:39:22 -0700
parents 69dc127ae6ba
children 09b4b2c3944d
files lisp/ChangeLog lisp/vc-git.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Apr 15 19:35:59 2010 -0700
+++ b/lisp/ChangeLog	Thu Apr 15 19:39:22 2010 -0700
@@ -1,3 +1,7 @@
+2010-04-16  Glenn Morris  <rgm@gnu.org>
+
+	* vc-git.el (vc-git-print-log): Doc fix.
+
 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
 
 	* ido.el (ido-file-internal): Fix 2009-12-02 change.
--- a/lisp/vc-git.el	Thu Apr 15 19:35:59 2010 -0700
+++ b/lisp/vc-git.el	Thu Apr 15 19:39:22 2010 -0700
@@ -571,7 +571,8 @@
 ;;; HISTORY FUNCTIONS
 
 (defun vc-git-print-log (files buffer &optional shortlog start-revision limit)
-  "Get change log associated with FILES."
+  "Get change log associated with FILES.
+Note that using SHORTLOG requires at least Git version 1.5."
   (let ((coding-system-for-read git-commits-coding-system))
     ;; `vc-do-command' creates the buffer, but we need it before running
     ;; the command.