fix updating submodules with relative urls by david0 · Pull Request #2051 · gitpython-developers/GitPython

Conversation

This fixes running repo.update_submodules(init=True) on repositories
that are using relative for the modules.

Fixes gitpython-developers#730

Byron

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

Even though I cannot truly say I know this is correct, there is a test that would probably fail with an exception without the fix so it's better than before.

2 participants

@david0 @Byron