Skip to content

Commit

Permalink
note that submodules are shallow clones
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrake authored and kraj committed Mar 28, 2019
1 parent 7aed49a commit b1caeea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ to see them.
- _build_: temporary directory where build actually takes place - _build_: temporary directory where build actually takes place
- _conf_: configuration files for the build - _conf_: configuration files for the build
- _sources_: various sources used for the build. The entries - _sources_: various sources used for the build. The entries
in this directory are git submodules. in this directory are git submodules. Note, by default, submodules
are shallow clones. If you need the the full git history of a submodule,
then run `git fetch --unshallow` in the submodule directory.
- _downloads_: contains files that are downloaded by various - _downloads_: contains files that are downloaded by various
recipes during builds. recipes during builds.
- _tools_: utility scripts - _tools_: utility scripts
Expand Down

0 comments on commit b1caeea

Please sign in to comment.