Hi, Hope it's ok to post Grit questions here.
I'm using code from acts_as_git plugin as addition to Grit rdocs for my own app and it seems that some strange thing happens there. Because it's currently impossible (?) to create non-bare repo with Grit, data can only be commited to *bare* repo. This causes i.e. "git status" command to list git internal files/dirs like HEAD, config etc. and commited files as well, instead of returning standard error message: "fatal: This operation must be run in a work tree", like it does when trying to commit anything "manually" with "git commit". Should I bother (and i.e. create non-bare git repo manually), or is it ok for it to behave like this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" 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/github?hl=en -~----------~----~----~----~------~----~------~--~---
