Created
August 15, 2012 07:01
-
-
Save Ikke/3357263 to your computer and use it in GitHub Desktop.
Git 1.7.8 release note
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When populating a new submodule directory with "git submodule init", | |
the $GIT_DIR metainformation directory for submodules is created inside | |
$GIT_DIR/modules/<name>/ directory of the superproject and referenced | |
via the gitfile mechanism. This is to make it possible to switch | |
between commits in the superproject that has and does not have the | |
submodule in the tree without re-cloning. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment