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: 0f50717
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: cc848d2
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 11, 2023

  1. Fix small #1662 regression due to #1659

    When #1659 was updated to pick up linting configuration changes, it
    inadvertently undid one of the URL changes made in #1662, putting
    the URL in the git.exc module back to the one that redirects to a
    different BSD license from the one this project uses.
    
    Since only that one module was affected, the fix is simple. This
    only changes the URL back; it doesn't undo any other #1659 changes.
    EliahKagan committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    cc848d2 View commit details
    Browse the repository at this point in the history
Loading