emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99748: * vc-git.el (vc-git-print-


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99748: * vc-git.el (vc-git-print-log): Doc fix.
Date: Thu, 15 Apr 2010 19:39:22 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99748
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Thu 2010-04-15 19:39:22 -0700
message:
  * vc-git.el (vc-git-print-log): Doc fix.
modified:
  lisp/ChangeLog
  lisp/vc-git.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-04-14 17:32:50 +0000
+++ b/lisp/ChangeLog    2010-04-16 02:39:22 +0000
@@ -1,3 +1,7 @@
+2010-04-16  Glenn Morris  <address@hidden>
+
+       * vc-git.el (vc-git-print-log): Doc fix.
+
 2010-04-14  Óscar Fuentes  <address@hidden>
 
        * ido.el (ido-file-internal): Fix 2009-12-02 change.

=== modified file 'lisp/vc-git.el'
--- a/lisp/vc-git.el    2010-03-09 13:24:44 +0000
+++ b/lisp/vc-git.el    2010-04-16 02:39:22 +0000
@@ -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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]