summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-31 05:13:41 +0100
committerSam James <sam@gentoo.org>2021-03-31 06:19:41 +0100
commit19b1eda2ecaa9cff8e02e1c390227745ffcd5761 (patch)
treeab80ffba66b6643c5ce7f00c4db49ffded86809a /eclass/git-r3.eclass
parentgolang-vcs.eclass: mark EGO_STORE_DIR as @USER_VARIABLE (diff)
downloadgentoo-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/git-r3.eclass')
-rw-r--r--eclass/git-r3.eclass3
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'.