-
Notifications
You must be signed in to change notification settings - Fork 11
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
Submodule support #19
Comments
Hello @RobotCaleb, Sorry for the trouble, but thanks for the report. Are you saying that you had a repo ( Can you lay out, step by step, instructions to recreate the issue? |
Sure! First, the commands to run. Then I'll show the output I get. Commands:
Output:
Notice that
I hope that helps. My workaround was to go to
|
OK, I see now that the error happens when trying to As of now, GitTracker assumes that the root directory (as reported by Any chance you have bandwidth to try making such a change? |
Unfortunately, I don't. I wouldn't know where to start with ruby (right? Gem is a ruby thing?), and I have a workaround that worked for the one instance where I need it. Sorry! |
No problem. I'll try to get a fix in at some point. For myself, or anyone wanting to fix this, something to consider would be using |
This doesn't behave well when trying to init in a repository that is a submodule.
I had to
git clone
my submodule repo, then init in there and copy the created hook to the proper location in../parent/.git/modules/repo/hooks/
The text was updated successfully, but these errors were encountered: