Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gitpython-developers/GitPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: gitpython-developers/GitPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 11, 2025

  1. fix updating submodules with relative urls

    This fixes running repo.update_submodules(init=True) on repositories
    that are using relative for the modules.
    
    Fixes #730
    david0 committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    1d80891 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2051 from david0/fix-issue-730-relative-submodule

    fix updating submodules with relative urls
    Byron authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    7677c05 View commit details
    Browse the repository at this point in the history
Loading