I need to only add a part (a directory) of another project within my "superproject", so I'd like to know if it is possible with git-submodule to only add a certain directory from another repository to my project?
(I'm using git for the deployment as well, so I do not want to stuff my project with other unnecessary things.)