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/gitdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.12
Choose a base ref
...
head repository: gitpython-developers/gitdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 6 files changed
  • 3 contributors

Commits on Jan 2, 2025

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

Commits on Jan 5, 2025

  1. Add SECURITY.md, referencing GitPython's

    Along with gitpython-developers/smmap#59
    and a forthcoming related PR in GitPython, this will fix #116.
    EliahKagan committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    2620952 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #117 from EliahKagan/security

    Add SECURITY.md, referencing GitPython's
    Byron authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    6fdd19c View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. Bump gitdb/ext/smmap from f31bfa3 to 8f82e6c

    Bumps [gitdb/ext/smmap](https://github.com/gitpython-developers/smmap) from `f31bfa3` to `8f82e6c`.
    - [Release notes](https://github.com/gitpython-developers/smmap/releases)
    - [Commits](gitpython-developers/smmap@f31bfa3...8f82e6c)
    
    ---
    updated-dependencies:
    - dependency-name: gitdb/ext/smmap
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    4fe5657 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #118 from gitpython-developers/dependabot/submodul…

    …es/gitdb/ext/smmap-8f82e6c
    
    Bump gitdb/ext/smmap from `f31bfa3` to `8f82e6c`
    Byron authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    9e68ea1 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2025

  1. Improve description of backoff sequence in db.loose

    The sequence of backoff wait times used in `gitdb.db.loose` is
    quadratic rather than exponential, as discussed in:
    #115 (comment)
    
    This corrects the variable name by making it more general, and the
    comment by having it explicitly describe the backoff as quadratic.
    
    This is conceptually related to GitoxideLabs/gitoxide#1815, but
    this is a non-breaking change, as no interfaces are affected: only
    a local variable and comment.
    EliahKagan committed Jan 26, 2025
    Configuration menu
    Copy the full SHA
    b4fd74c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Merge pull request #119 from EliahKagan/quadratic

    Improve description of backoff sequence in `db.loose`
    Byron authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    f36c0cc View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Configuration menu
    Copy the full SHA
    d7a7b3b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #121 from EliahKagan/gha-permissions

    Specify explicit `contents: read` workflow permissions
    EliahKagan authored May 30, 2025
    Configuration menu
    Copy the full SHA
    12f8916 View commit details
    Browse the repository at this point in the history
  3. Add CI test job for no-GIL ("threaded") Python 3.13

    See gitpython-developers/GitPython#2005.
    
    The rationale is that, while this is probably less important to do
    in gitdb and smmap, any failure that arises for this in GitPython
    would likely raise the question of whether a correspond problem has
    begun to occur in gitdb and smmap. (Both gitdb and smmap provide
    helpers used in GitPython even when the in-memory object database
    is not used, and failures may plausibly occur for reasons other
    than code changes because of the finicky nature of concurrency bugs
    and the potential for interactions affected by the runner image.)
    EliahKagan committed May 30, 2025
    Configuration menu
    Copy the full SHA
    8d57ac7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #122 from EliahKagan/threaded

    Add CI test job for no-GIL ("threaded") Python 3.13
    EliahKagan authored May 30, 2025
    Configuration menu
    Copy the full SHA
    7e02fbd View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Bump gitdb/ext/smmap from 8f82e6c to c6b53d3

    Bumps [gitdb/ext/smmap](https://github.com/gitpython-developers/smmap) from `8f82e6c` to `c6b53d3`.
    - [Release notes](https://github.com/gitpython-developers/smmap/releases)
    - [Commits](gitpython-developers/smmap@8f82e6c...c6b53d3)
    
    ---
    updated-dependencies:
    - dependency-name: gitdb/ext/smmap
      dependency-version: c6b53d35deb82a38d5d07ca7712c1334a7a10c10
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    18b437b View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Merge pull request #123 from gitpython-developers/dependabot/submodul…

    …es/gitdb/ext/smmap-c6b53d3
    
    Bump gitdb/ext/smmap from `8f82e6c` to `c6b53d3`
    Byron authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    335c0f6 View commit details
    Browse the repository at this point in the history
Loading