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: 3d3e9572dc452fea53d328c101b3d1440bbefe40
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: a8c894f84a419b22583895789ef849090c2f7f49
Choose a head ref
  • 13 commits
  • 7 files changed
  • 5 contributors

Commits on Oct 20, 2023

  1. Never add a vendored smmap directory to sys.path

    This removes the logic that appended the git submodule directory
    for smmap to sys.path under most circumstances when the version
    of gitdb was not from PyPI. Now gitdb does not modify sys.path.
    
    See gitpython-developers/GitPython#1717
    and gitpython-developers/GitPython#1720 for
    context. This change is roughly equivalent to the change to
    GitPython, though as noted the behavior being eliminated is subtly
    different here and there.
    EliahKagan committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    965d2d3 View commit details
    Browse the repository at this point in the history
  2. Revise and update the readme

    Changes worth mentioning:
    
    - Format commands as code blocks instead of blockquotes.
      (This is particularly useful for the submodule update step, whose
      lines were inadvertently concatenated, but it also improves
      appearance overall.)
    
    - Mention smmap as a requirement.
      (But also that it doesn't need to be separately installed.)
    
    - Mention that gitdb-speedups is not currently maintained.
    
    - No longer say gitdb has source code in gitorious.
      (Since that site no longer exists.)
    
    - Call GitPython "GitPython" rather than "git-python".
    
    - Replace the old git-python Google Groups link with a link to the
      Discussions page on the GitHub repository for GitPython.
      (This seems like the closest currently available resource.)
    EliahKagan committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    dfbfb12 View commit details
    Browse the repository at this point in the history
  3. Set Dependabot submodule update cadence to weekly

    This changes it from monthly to weekly. See #99 and
    gitpython-developers/GitPython#1702 (comment)
    for context.
    EliahKagan committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    e998429 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #102 from EliahKagan/nopathmod

    Never add a vendored smmap directory to sys.path
    Byron authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    9302789 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #103 from EliahKagan/update-readme

    Revise and update the readme
    Byron authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    3753f72 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #104 from EliahKagan/cadence

    Set Dependabot submodule update cadence to weekly
    Byron authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ec58b7e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. fix #101

    Clavss committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    24ecf58 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109 from Clavss/fix-issue-101

    Add missing asserts in test_base.py
    Byron authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    b653923 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

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

Commits on Jun 10, 2024

  1. Merge pull request #113 from blablatdinov/use-contextlib-suppress

    Use contextlib.suppress instead of except: pass
    Byron authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    88da5ef View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    5bc9504 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b38cbc4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #114 from edgarrmondragon/cp313

    Add support for Python 3.13
    Byron authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a8c894f View commit details
    Browse the repository at this point in the history
Loading