Hi Thomas Thanks for the suggestion - I'm not sure if I want to change those instructions, though. From what I've heard, most people don't use submodules often (I know I don't), so I think generally people won't want the .git directory. Those who do understand submodules hopefully understand what they're doing, and know not to delete the .git directory :)
-- Pat On 18/08/2009, at 4:38 PM, Thomas Allen wrote: > > I think it would be a good idea to add the folowing instructions to > the git page in place of those advising deleting .git if in an > existing git repository. > > For regular installations: > > git submodule add git://github.com/freelancing-god/thinking-sphinx.git > vendor/plugins/thinking_sphinx > > If you're following the 0.9.9 branch: > > git submodule add -b sphinx-0.9.9 git://github.com/freelancing-god/ > thinking-sphinx.git > vendor/plugins/thinking_sphinx > > Thomas > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en -~----------~----~----~----~------~----~------~--~---
