Git does not support checking out a subdirectory of a repository as a repository. In order to allow a software project managed with Git to keep its wiki, bug-tracker, TODO-list, and stuff in a subdirectory of the same repository (rather than a parallel foo-wiki.git
repository, which does not stay in sync with the code), ikiwiki should support checking out a repository but only using a subdirectory of that repository. --JoshTriplett
This seems to be a mandatory feature. I'll start working to implement it as soon as possible --?Roktas
Thanks! --JoshTriplett
done; patches from Jamey Sharp. --JoshTriplett
This is great! Thanks to Jamey Sharp for his work and please accept my apologies for not being able to find enough time for this feature. --?Roktas