From ab798253f4ad436ae8b4e9cff879aa54979723a3 Mon Sep 17 00:00:00 2001 From: "Fernando J. Pereda" Date: Sat, 30 Dec 2006 17:17:05 +0000 Subject: [PATCH] git.eclass: Set PAGER=cat before calling 'git diff --stat' --- eclass/git.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/git.eclass b/eclass/git.eclass index e73352ff61d8..4d1fabd36934 100644 --- a/eclass/git.eclass +++ b/eclass/git.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.1 2006/09/11 08:46:09 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.2 2006/12/30 17:17:05 ferdy Exp $ ## --------------------------------------------------------------------------- # # subversion.eclass author: Akinori Hattori @@ -47,7 +47,7 @@ EGIT_UPDATE_CMD="git fetch -f -u" ## -- EGIT_DIFFSTAT_CMD: Command to get diffstat output # -EGIT_DIFFSTAT_CMD="git diff --stat" +EGIT_DIFFSTAT_CMD="PAGER=cat git diff --stat" ## -- EGIT_OPTIONS: -- 2.26.2