adding arbitary folders to the git index, from outside of the repository
From: Andrew Bush <hidden>
Date: 2016-06-15 22:46:41
Hi all, I have a desire to have a single git repository that tracks the content of an array of folders located in various places across my file system. this doesn't *appear* to be supported in any way, I found some stuff about using shortcuts but that was apparently removed in version 1.6 because of the problem of deciding when to follow them and when to index them. Ideally what I would like is a way to specify in the git config file for a repository an arbitary list of folders that it should index, instead of only having the choice of indexing the folder the repository is stored in. this *feels* like it might be possible with a little hacking,depending on how git is designed, but before I plunge into the Cold Depths Of Unknown Code I was wondering whether anyone else has any knowledge of an existing git solution for this kind of problem, or maybe some suggestions for where I should start looking in the code or how I should approach it? I am also interested in whether anyone else has an interest in this feature? thanks for any suggestions or insights at all. - Andrew