diff options
Diffstat (limited to 'eclass/git-2.eclass')
| -rw-r--r-- | eclass/git-2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass index 1087b1acb40..2e6ea90ae2e 100644 --- a/eclass/git-2.eclass +++ b/eclass/git-2.eclass @@ -31,7 +31,8 @@ DEPEND="dev-vcs/git" # @ECLASS-VARIABLE: EGIT_HAS_SUBMODULES # @DEFAULT_UNSET # @DESCRIPTION: -# Variable enabling support for submodules if set. +# If non-empty this variable enables support for git submodules in our +# checkout. Also this makes the checkout to be non-bare for now. # @ECLASS-VARIABLE: EGIT_OPTIONS # @DEFAULT_UNSET |
