Skip to content

pullrequests Search Results · repo:gitpython-developers/GitPython language:Python

Filter by

822 results
 (117 ms)

822 results

ingitpython-developers/GitPython (press backspace or delete to remove)

This extends the Tree.join and Tree.__truediv__ API to allow a pathlike object. For example: repo = Repo(my_local_repo) interesting_filepath: Path = Path(folder) / file blob = repo.tree() / interesting_filepath ...
  • George-Ogden
  • 6
  • Opened 
    11 days ago
  • #2094

Bumps git/ext/gitdb from 65321a2 to 4c63ee6. details summary Commits /summary ul li a href= https://github.com/gitpython-developers/gitdb/commit/4c63ee6636a6a3370f58b05d0bd19fec2f16dd5a code 4c63ee6 /code ...
dependencies
submodules
  • dependabot[bot]
  • Opened 
    15 days ago
  • #2093

Summary Fixes #2013 When diff.mnemonicPrefix=true is set in git config, git uses different prefixes for diff paths instead of the standard a/ and b/: - c/ for commit - w/ for worktree - i/ for ...
  • MirrorDNA-Reflection-Protocol
  • 5
  • Opened 
    16 days ago
  • #2092

Summary Fixes #2064 The packed-refs file can contain ref names that are not valid UTF-8 (e.g., Latin-1 encoded tag names created by older Git versions or systems with different locale settings). Previously, ...
  • MirrorDNA-Reflection-Protocol
  • 1
  • Opened 
    16 days ago
  • #2091

Summary Fixes #2083 The run_commit_hook() function was hardcoded to look for hooks in $GIT_DIR/hooks, ignoring the core.hooksPath configuration option that Git has supported since v2.9. Changes - ...
  • MirrorDNA-Reflection-Protocol
  • 4
  • Opened 
    16 days ago
  • #2090

Demonstrates changes in #2086
  • George-Ogden
  • 2
  • Opened 
    21 days ago
  • #2089

Test changes from #2086 without fixes
  • George-Ogden
  • 2
  • Opened 
    21 days ago
  • #2088

Pin mypy version and fix errors Now, the CI will fail when the types are incorrect
  • George-Ogden
  • 12
  • Opened 
    25 days ago
  • #2087

Fixes #2085 Replaces instances of str(path) with path.__fspath__() for more general usage. I also moved the clone tests into a separate file that existed before but only contained a single test.
  • George-Ogden
  • 31
  • Opened 
    26 days ago
  • #2086

Bumps actions/checkout from 5 to 6. details summary Release notes /summary p em Sourced from a href= https://github.com/actions/checkout/releases actions/checkout s releases /a . /em /p blockquote h2 v6.0.0 ...
dependencies
github_actions
  • dependabot[bot]
  • 2
  • Opened 
    29 days ago
  • #2084