]> code.delx.au - gnu-emacs/blobdiff - lisp/vc/vc-git.el
Merge from emacs-24; up to 2012-12-03T21:07:47Z!eggert@cs.ucla.edu
[gnu-emacs] / lisp / vc / vc-git.el
index 5d7cb366e82344558a802d7cfbc213c000ed5e74..08b48fa7b40150307237b52fdc6245bf6f12fcc0 100644 (file)
@@ -1148,7 +1148,7 @@ This command shares argument histories with \\[rgrep] and \\[grep]."
 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)."