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: 104138c
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: f36c0cc
Choose a head ref
  • 7 commits
  • 5 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] <[email protected]>
    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
Loading