Skip to content

Instantly share code, notes, and snippets.

@Ikke
Created August 15, 2012 07:01
Show Gist options
  • Save Ikke/3357263 to your computer and use it in GitHub Desktop.
Save Ikke/3357263 to your computer and use it in GitHub Desktop.
Git 1.7.8 release note
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