emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111037: * vc/vc-git.el (vc-git-comma


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111037: * vc/vc-git.el (vc-git-command): Disable the pager.
Date: Fri, 30 Nov 2012 15:43:05 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111037
fixes bug: http://debbugs.gnu.org/6137
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Fri 2012-11-30 15:43:05 +0800
message:
  * vc/vc-git.el (vc-git-command): Disable the pager.
modified:
  lisp/ChangeLog
  lisp/vc/vc-git.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-11-30 07:37:23 +0000
+++ b/lisp/ChangeLog    2012-11-30 07:43:05 +0000
@@ -1,3 +1,7 @@
+2012-11-30  Yuriy Vostrikov  <address@hidden>  (tiny change)
+
+       * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
+
 2012-11-30  Samuel Bronson  <address@hidden>
 
        * progmodes/grep.el (grep-compute-defaults): Do not pass the -e

=== modified file 'lisp/vc/vc-git.el'
--- a/lisp/vc/vc-git.el 2012-10-02 00:24:18 +0000
+++ b/lisp/vc/vc-git.el 2012-11-30 07:43:05 +0000
@@ -1148,7 +1148,7 @@
 The difference to vc-do-command is that this function always invokes
 `vc-git-program'."
   (apply 'vc-do-command (or buffer "*vc*") okstatus vc-git-program
-         file-or-list flags))
+         file-or-list (cons "--no-pager" flags)))
 
 (defun vc-git--empty-db-p ()
   "Check if the git db is empty (no commit done yet)."


reply via email to

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