diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 05:13:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 06:19:41 +0100 |
commit | 19b1eda2ecaa9cff8e02e1c390227745ffcd5761 (patch) | |
tree | ab80ffba66b6643c5ce7f00c4db49ffded86809a /eclass | |
parent | golang-vcs.eclass: mark EGO_STORE_DIR as @USER_VARIABLE (diff) | |
download | gentoo-19b1eda2ecaa9cff8e02e1c390227745ffcd5761.tar.gz gentoo-19b1eda2ecaa9cff8e02e1c390227745ffcd5761.tar.bz2 gentoo-19b1eda2ecaa9cff8e02e1c390227745ffcd5761.zip |
git-r3.eclass: mark EGIT_CLONE_TYPE as @USER_VARIABLE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/git-r3.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index cda7ac161e92..9c4f2c9d778e 100644 --- a/eclass/git-r3.eclass +++ b/eclass/git-r3.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: git-r3.eclass @@ -36,6 +36,7 @@ if [[ ! ${_INHERITED_BY_GIT_2} ]]; then fi # @ECLASS-VARIABLE: EGIT_CLONE_TYPE +# @USER_VARIABLE # @DESCRIPTION: # Type of clone that should be used against the remote repository. # This can be either of: 'mirror', 'single', 'shallow'. |