Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git Submodule info/exclude File Support #287

Closed
tkn98 opened this issue Jan 3, 2017 · 1 comment
Closed

Git Submodule info/exclude File Support #287

tkn98 opened this issue Jan 3, 2017 · 1 comment

Comments

@tkn98
Copy link

tkn98 commented Jan 3, 2017

This might be either a feature request (if git submodules are not yet supported) or is a report of a flaw (as support for git submodules is incomplete).

The idea-gitignore extension finds my global ignore file properly and does display it as "Outer ignore rules:"

Same is true for the info/exclude file within a project (typically the path is .git/info/exclude).

However if the project is a git submodule (e.g. the .git is not a directory but a file containing the (relative) path to the modules folder (e.g. ../../.git/modules) sub-folder of that submodule (e.g. ../../.git/modules/foo/bar) then the ext/exclude file is not displayed as "Outer ignore rules:".

Exemplary in this scenario, the file is:

../../.git/modules/foo/bar/info/exclude

If support for these files within the modules info exclude folder would be added, that would be great!

My git version is 1.9.1.

hsz added a commit that referenced this issue Jun 7, 2017
@hsz hsz added this to the v2.0 milestone Jun 7, 2017
@hsz
Copy link
Member

hsz commented Jun 7, 2017

@tkn98 Good news - this feature has been finally implemented and will be released with v2.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants