I'm trying to put together a pull request for an existing git repos. I've forked the project and cloned it to my system. When I add a directory to the existing project and then try to "git add --all *" or pretty much anything else to add this new directory full of files.
Every time I do this, it tries to add it as a subproject. I don't want that! I want this directory to be just a normal part of the original git project so that I can then provide a pull request and the owner can see all of the guts of this new directory as if it were a full member of the project.
I've googled about this, but everything I found seemed to suggest you have to actually work at it to make it turn into a submodule/subproject. For me it is happening automatically (and frustratingly).