diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2006-12-30 17:17:05 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2006-12-30 17:17:05 +0000 |
commit | ab798253f4ad436ae8b4e9cff879aa54979723a3 (patch) | |
tree | ea709f997227eb97efc61f7630ddec4752dcb030 /eclass | |
parent | Stable on x86, bug #159417. (diff) | |
download | historical-ab798253f4ad436ae8b4e9cff879aa54979723a3.tar.gz historical-ab798253f4ad436ae8b4e9cff879aa54979723a3.tar.bz2 historical-ab798253f4ad436ae8b4e9cff879aa54979723a3.zip |
git.eclass: Set PAGER=cat before calling 'git diff --stat'
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/git.eclass | 4 |
1 files 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 <hattya@gentoo.org> @@ -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: |