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: 2.1.12
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.0.0
Choose a head ref
  • 12 commits
  • 12 files changed
  • 6 contributors

Commits on Jul 28, 2019

  1. Revert "Drop python 2.7 support and help with encodings"

    This reverts commit dac619e.
    Sebastian Thiel committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    913d806 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Bring back python 2 support

    Sebastian Thiel committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    859ad04 View commit details
    Browse the repository at this point in the history
  2. Remove python 2 from CI

    Python 2 support was dropped, there is not need to run tests in py2
    stsewd authored and Byron committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    8020433 View commit details
    Browse the repository at this point in the history
  3. Fix Git.transform_kwarg

    Kwargs were not transformed correctly if a value was set to 0 due to
    wrong if condition.
    
    Signed-off-by: František Nečas <fifinecas@seznam.cz>
    FrNecas authored and Byron committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    daa3f35 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. Configuration menu
    Copy the full SHA
    0b6b90f View commit details
    Browse the repository at this point in the history
  2. Drop python 2 support, again (revert previous revert)

    This reverts commit 913d806.
    Sebastian Thiel committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    2e7e82b View commit details
    Browse the repository at this point in the history
  3. Version 3.0 - drop python 2 support

    Sebastian Thiel committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    71bd080 View commit details
    Browse the repository at this point in the history
  4. Fix test bound to major version

    Sebastian Thiel committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    326409d View commit details
    Browse the repository at this point in the history
  5. Avoid creating python 2 release

    Thank you!
    #898 (comment)
    
    [skip CI]
    Sebastian Thiel committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    acbd5c0 View commit details
    Browse the repository at this point in the history
  6. Fix typo in documentation

    `mutli_options` -> `multi_options`
    Loïc Antoine Gombeaud authored and Sebastian Thiel committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    d2cd597 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Correcting a file name

    Arthur-Milchior authored and Byron committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    dab0c2e View commit details
    Browse the repository at this point in the history
  2. finalize chagnes.rst for 3.0 release

    Sebastian Thiel committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    5fa99bf View commit details
    Browse the repository at this point in the history
Loading