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: 3.1.19
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: 3.1.20
Choose a head ref
  • 20 commits
  • 19 files changed
  • 3 contributors

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    bc37d15 View commit details
    Browse the repository at this point in the history
  2. re-add package data for py.typed

    Need for pypi install?
    Yobmod authored Jul 23, 2021
    Configuration menu
    Copy the full SHA
    02b4fff View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. fix find_packages()

    Make exclude arg a sequence -> find_packages(exclude=["test", "test.*"])
    Yobmod authored Jul 24, 2021
    Configuration menu
    Copy the full SHA
    28e6aa7 View commit details
    Browse the repository at this point in the history
  2. Rmv EZ_setup from setup.py

    Build tools now specified in pyproject.toml, so can be sure setuptools is installed
    Yobmod authored Jul 24, 2021
    Configuration menu
    Copy the full SHA
    2df0381 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb21782 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1297 from gitpython-developers/py.typed

    Fix Py.typed discovery
    Yobmod authored Jul 24, 2021
    Configuration menu
    Copy the full SHA
    0c1446d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6345d6 View commit details
    Browse the repository at this point in the history
  6. Update requirements.txt

    Yobmod authored Jul 24, 2021
    Configuration menu
    Copy the full SHA
    4b6430b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2bc2ac0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d812818 View commit details
    Browse the repository at this point in the history
  9. Readd with_metaclass shim

    Yobmod committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    cb5688d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77ee247 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    04e181f View commit details
    Browse the repository at this point in the history
  12. import ordereddict from types

    Yobmod committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    981cfa8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6d6aae1 View commit details
    Browse the repository at this point in the history
  14. Rmv with_metclass() shim again

    Yobmod committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    be7bb86 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. Merge pull request #1298 from Yobmod/main

    Revert use of Typeguard and therefore typing-extensions==3.10.0.0
    Byron authored Jul 25, 2021
    Configuration menu
    Copy the full SHA
    c5e6ae2 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    717bfe9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1299 from Lakhtenkov-iv/feature/clone-options-sup…

    …port-spaces
    
    Added support of spaces for clone multi_options
    Byron authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    254305c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. prepare next patch release

    Byron committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    8530a8b View commit details
    Browse the repository at this point in the history
Loading