Skip to content
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

.git of Submodule not followed #67

Open
Erhannis opened this issue Jan 17, 2014 · 10 comments
Open

.git of Submodule not followed #67

Erhannis opened this issue Jan 17, 2014 · 10 comments

Comments

@Erhannis
Copy link

So, I have a repo with some submodules. I wanted to use git-up in one of the submodules, but rather than a .git folder, it had a .git FILE containing a relative path to the actual .git folder (like "../../.git/modules/SomeFolder/SubmoduleName"). Git itself seems to be ok with it, but git-up complains "Not a directory". Now, if I renamed the .git file and instead made a symbolic link to the relevant git folder, git-up worked fine. It SEEMS like maybe this shouldn't be too hard to fix, just to follow the link in the .git file if it isn't a directory.

@aanand
Copy link
Owner

aanand commented Jan 17, 2014

mojombo/grit#145 :(

Maybe it's time to vendor Grit...

@gausie
Copy link

gausie commented Feb 4, 2014

The grit devs recommend https://github.com/libgit2/rugged

@aanand
Copy link
Owner

aanand commented Feb 4, 2014

Oh, interesting! If someone wants to take a crack at converting git-up to use rugged, that'd be incredible - I'm afraid I'm far too busy right now ;_;

@galenandrew
Copy link

+1 for this issue.

Looks like Grit is no longer maintained so a migration to libgit2/rugged is eventually necessary.

@gausie
Copy link

gausie commented Nov 27, 2014

Just ran into this again. Maybe I'll give it a go.

@foozmeat
Copy link

+1

@captainju
Copy link

👍 it would be awesome

@cburgas
Copy link

cburgas commented Jan 26, 2015

+1

@d4rkd0s
Copy link

d4rkd0s commented Jan 14, 2016

+1 👍

@captainju
Copy link

I've switched to https://github.com/msiemens/PyGitUp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants