diff options
author | Glenn Morris <rgm@gnu.org> | 2010-04-15 19:39:22 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-04-15 19:39:22 -0700 |
commit | e9ef97770f2a53f6a1f48f0bddc89d4386b8e704 (patch) | |
tree | 918d52d3270e4962682b603115d5109b4854ac20 /lisp/vc-git.el | |
parent | a77fe20c70657b2a3bc057ae3222cbce8973c12d (diff) | |
download | emacs-e9ef97770f2a53f6a1f48f0bddc89d4386b8e704.tar.gz |
* vc-git.el (vc-git-print-log): Doc fix.
Diffstat (limited to 'lisp/vc-git.el')
-rw-r--r-- | lisp/vc-git.el | 3 |
1 files changed, 2 insertions, 1 deletions
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. |