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: 8ec23904f44fbbb9bb560b83bd891a9b48be7645
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: ec58b7e55c8fec2479290a22faa293799f6805fc
Choose a head ref
  • 12 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 13, 2023

  1. Have Dependabot update smmap submodule dependency

    This makes Dependabot open version update PRs for submodules
    (which here is just smmap), as well as GitHub Actions. This is
    like gitpython-developers/GitPython#1702.
    EliahKagan committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    12db86c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #99 from EliahKagan/submodule-dependabot

    Have Dependabot update smmap submodule dependency
    Byron authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9ea0635 View commit details
    Browse the repository at this point in the history
  3. Bump gitdb/ext/smmap from 334ef84 to f1ace75

    Bumps [gitdb/ext/smmap](https://github.com/gitpython-developers/smmap) from `334ef84` to `f1ace75`.
    - [Commits](gitpython-developers/smmap@334ef84...f1ace75)
    
    ---
    updated-dependencies:
    - dependency-name: gitdb/ext/smmap
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    8e61396 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #100 from gitpython-developers/dependabot/submodul…

    …es/gitdb/ext/smmap-f1ace75
    
    Bump gitdb/ext/smmap from `334ef84` to `f1ace75`
    Byron authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    6a22706 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    2057ae6 View commit details
    Browse the repository at this point in the history
  2. fix makefile to allow building packages with current python version

    It all breaks all the time, it's just like that.
    Byron committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    3d3e957 View commit details
    Browse the repository at this point in the history
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
Loading