Thanks to visit codestin.com
Credit goes to github.com

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
Choose a base ref
...
head repository: ActiveState/GitPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.15.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 27 files changed
  • 5 contributors

Commits on Aug 14, 2019

  1. 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 <[email protected]>
    FrNecas authored and Sebastian Thiel committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    5b27339 View commit details
    Browse the repository at this point in the history
  2. Bump version

    Sebastian Thiel committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    a34d515 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Configuration menu
    Copy the full SHA
    7539cd8 View commit details
    Browse the repository at this point in the history
  2. Require gitdb2 <3

    Harmon758 committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    bcf9f1c View commit details
    Browse the repository at this point in the history
  3. v2.1.15

    Harmon758 committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    09ac0a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    6991a2a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. CVE-2023-40590 Hand Cherry-Picking pull/1636

    Fix syntax error
    
    Switch to mock
    
    Fix print function
    
    Get TemporaryDirectory for Python2
    
    We don't really care about the encoding of the file
    
    Its a script
    
    Use six to get assertRegex
    
    Create a nullcontext
    
    Fix unicode problem
    
    Just use the Python2 methods
    rickprice committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    20f5e42 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. CVE-2022-24439 Hand Cherry-Pick GitPython/pull/1521

    More unfinished changes
    
    Unfinished changes
    
    Unfinished changes
    
    All code changes should be in, time to test them
    
    Fix things Tox didn't like for Python3
    
    Fix more errors found during testing
    
    Try to fix DDT problem with Python2
    rickprice committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6b1c261 View commit details
    Browse the repository at this point in the history
  2. CVE-2023-40267 Hand Cherry-Pick ca965ec#diff-f50d635cf31b095a03b42fc1…

    …a73681a9c4025bbeb58b81e72588ba37e00cff87R355
    
    Fix format string problems in Python2
    
    Try to fix some errors
    
    Fix importing of pathlib
    
    Fixes to get GitPython to work on Python2
    
    Backport Pathlib2 to Pathlib
    
    This is probably more correct since it won't drag in tests we haven't tried before
    
    Fix errors caused by git_unpack_args
    
    More changes to try and deal with errors
    
    Fix problem with test not running
    rickprice committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    593800e View commit details
    Browse the repository at this point in the history
  3. v2.1.15

    Try to merge changes from the patch, modified call to maybe_patch_caller_env
    
    More code changes
    
    More changes
    
    Fix syntax error
    
    Add blank line to remove it
    
    Remove blank line again
    
    Fix syntax error
    
    Fix syntax error
    
    Fix Python3 f string
    
    Add in venv, and sort list
    
    Change name of package to be more correct
    Harmon758 authored and rickprice committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2a21f09 View commit details
    Browse the repository at this point in the history
  4. Fix merge conflict

    rickprice committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    598191b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Fixups: Code fixups to get all the tests to pass

    Fixups: Code fixups after squashing
    
    Fixups: Fix test-requirements
    rickprice committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d1e140f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from ActiveState/Consolidated_CVE_Fixes

    Consolidated CVE fixes
    icanhasmath authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a37a229 View commit details
    Browse the repository at this point in the history
  3. Update Changelog

    rickprice committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2d71ce7 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. CVE-2024-22190 Hand Cherry-Pick gitpython-developers/GitPython/commit…

    …/ef3192cc414f2fd9978908454f6fd95243784c7f
    rickprice committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5388147 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from ActiveState/BE-3958-cve-2024-22190

    CVE-2024-22190 Hand Cherry-Pick gitpython-developers/GitPython/commit…
    icanhasmath authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e3af3c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Update Changes.rst

    Fix formatting, and add in CVE-2024-22190
    rickprice committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    60b7b43 View commit details
    Browse the repository at this point in the history
Loading