jrockway / eproject

file grouping ("project") extension for emacs
161 stars 41 forks source link

Remove generic-git project definition #43

Closed tjarvstrand closed 11 years ago

tjarvstrand commented 11 years ago

Automatically considering a git repository to be a separate project does not work that well for projects that make use of git submodules.

I do most of my work in a fairly large system where a lot of the libraries live in their own git submodules. While the generic-git project type is defined eproject will always consider the submodule to be its own project and it is not possible to have it as a part of the superproject.

In general I think it would be wizer to not trust the presence of files unrelated to eproject (.git, .bzr etc.) to automatically indicate that something is a project, but I'm unsure of how these other vc systems work.