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: ssjads/GitPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 7 files changed
  • 4 contributors

Commits on Oct 13, 2025

  1. Bump github/codeql-action from 3 to 4

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    a6247a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Merge pull request gitpython-developers#2076 from gitpython-developer…

    …s/dependabot/github_actions/github/codeql-action-4
    
    Bump github/codeql-action from 3 to 4
    Byron authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    ba5c10d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Configuration menu
    Copy the full SHA
    9dd0081 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gitpython-developers#2078 from extrwi/submodule-up…

    …date-return-type
    
    Use actual return type in annotation for method submodule_update
    Byron authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    271328f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2025

  1. Support index format v3

    blahgeek committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    74ff8e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. Bump git/ext/gitdb from f8fdfec to 65321a2

    Bumps [git/ext/gitdb](https://github.com/gitpython-developers/gitdb) from `f8fdfec` to `65321a2`.
    - [Release notes](https://github.com/gitpython-developers/gitdb/releases)
    - [Commits](gitpython-developers/gitdb@f8fdfec...65321a2)
    
    ---
    updated-dependencies:
    - dependency-name: git/ext/gitdb
      dependency-version: 65321a28b586df60b9d1508228e2f53a35f938eb
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    3150ebd View commit details
    Browse the repository at this point in the history
  2. Merge pull request gitpython-developers#2082 from gitpython-developer…

    …s/dependabot/submodules/git/ext/gitdb-65321a2
    
    Bump git/ext/gitdb from `f8fdfec` to `65321a2`
    Byron authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    5ad35f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2025

  1. improve unit test

    blahgeek committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    8a884fe View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2025

  1. make linter happy

    Byron authored Nov 9, 2025
    Configuration menu
    Copy the full SHA
    107b1b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gitpython-developers#2081 from blahgeek/support-in…

    …dex-v3
    
    Preliminary support for index format v3
    Byron authored Nov 9, 2025
    Configuration menu
    Copy the full SHA
    564a043 View commit details
    Browse the repository at this point in the history
Loading