From e9ef97770f2a53f6a1f48f0bddc89d4386b8e704 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 15 Apr 2010 19:39:22 -0700 Subject: [PATCH] * vc-git.el (vc-git-print-log): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/vc-git.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ba138f310d..fc9c4719045 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-04-16 Glenn Morris + + * vc-git.el (vc-git-print-log): Doc fix. + 2010-04-14 Óscar Fuentes * ido.el (ido-file-internal): Fix 2009-12-02 change. diff --git a/lisp/vc-git.el b/lisp/vc-git.el index 8799e15305f..b86e132dc8f 100644 --- a/lisp/vc-git.el +++ b/lisp/vc-git.el @@ -571,7 +571,8 @@ or an empty string if none." ;;; 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. -- 2.39.5