diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-03-30 05:52:27 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-03-30 05:52:27 +0000 |
commit | 67e52ba7d5e19fbdb5293a2da1729502c4437c83 (patch) | |
tree | 99449455be9a2216486f62e415ff53b5f6b97b06 /eclass/git.eclass | |
parent | Add EGIT_OFFLINE support to git.eclass, modelled after the svn.eclass offline... (diff) | |
download | gentoo-2-67e52ba7d5e19fbdb5293a2da1729502c4437c83.tar.gz gentoo-2-67e52ba7d5e19fbdb5293a2da1729502c4437c83.tar.bz2 gentoo-2-67e52ba7d5e19fbdb5293a2da1729502c4437c83.zip |
Fix a comment.
Diffstat (limited to 'eclass/git.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 95029457144e..34751814cad0 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.9 2008/03/30 05:39:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.10 2008/03/30 05:52:27 robbat2 Exp $ ## --------------------------------------------------------------------------- # # subversion.eclass author: Akinori Hattori <hattya@gentoo.org> @@ -98,7 +98,7 @@ EGIT_DIFFSTAT_CMD="git diff --stat" # @ECLASS-VARIABLE: EGIT_OFFLINE # @DESCRIPTION: # Set this variable to a non-empty value to disable the automatic updating of -# an GIT source tree. This is intended to be set outside the subversion source +# an GIT source tree. This is intended to be set outside the git source # tree by users. EGIT_OFFLINE="${EGIT_OFFLINE:-${ESCM_OFFLINE}}" |