FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test - gitpython-developers/GitPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
gitpython-developers
/
GitPython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
989
Star
5.2k
Code
Issues
8
Pull requests
2
Discussions
Actions
Security and quality
34
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
test
on
3.1.52
User selector
Datepicker
Commit history
Commits on Jul 16, 2026
fix: prevent environment expansion in clone URLs
Show description for 8ac5a30
codex
and
Byron
committed
8ac5a30
View commit details
Copy full SHA for 8ac5a30
View code at this point
Browse repository at this point
Commits on Jul 12, 2026
test: skip relative config include across Windows drives
Show description for 67082d6
codex
authored and
Byron
committed
67082d6
View commit details
Copy full SHA for 67082d6
View code at this point
Browse repository at this point
fix: Guard unsafe git command options (GHSA-956x-8gvw-wg5v)
Show description for 701ce32
codex
authored and
Byron
committed
701ce32
View commit details
Copy full SHA for 701ce32
View code at this point
Browse repository at this point
Merge pull request #2168 from gitpython-developers/advisory-fix-1
Show description for 65a7283
Byron
authored
65a7283
View commit details
Copy full SHA for 65a7283
View code at this point
Browse repository at this point
fix: allow relative config paths with includes (#2103)
Show description for 1551238
codex
authored and
Byron
committed
1551238
View commit details
Copy full SHA for 1551238
View code at this point
Browse repository at this point
fix: reject joined unsafe short options
Show description for 5680608
codex
authored and
Byron
committed
5680608
View commit details
Copy full SHA for 5680608
View code at this point
Browse repository at this point
Address review feedback about unsafe option abbreviations
Show description for 181e8ed
codex
authored and
Byron
committed
181e8ed
View commit details
Copy full SHA for 181e8ed
View code at this point
Browse repository at this point
Commits on Jul 9, 2026
Reject abbreviated forms of unsafe git options
abhiprd2000
committed
2ab0516
View commit details
Copy full SHA for 2ab0516
View code at this point
Browse repository at this point
Commits on May 23, 2026
test: accept stderr in string process adapter
Show description for 4de94bc
puneetdixit200
committed
4de94bc
View commit details
Copy full SHA for 4de94bc
View code at this point
Browse repository at this point
fix: preserve diff process stderr
Show description for 59cc3bb
puneetdixit200
and
codex
committed
59cc3bb
View commit details
Copy full SHA for 59cc3bb
View code at this point
Browse repository at this point
test: allow alternate bad fetch errors
Show description for da07a64
puneetdixit200
and
codex
committed
da07a64
View commit details
Copy full SHA for da07a64
View code at this point
Browse repository at this point
fix: use shared empty tree sha for index diffs
Show description for fe4b66d
puneetdixit200
committed
fe4b66d
View commit details
Copy full SHA for fe4b66d
View code at this point
Browse repository at this point
Commits on May 21, 2026
Support index diffs against empty tree
Show description for 3895682
Deepak kudi
committed
3895682
View commit details
Copy full SHA for 3895682
View code at this point
Browse repository at this point
Commits on May 18, 2026
Match test_root_module's deep-traversal assertion to gitdb's structure
Show description for 4dd89af
EliahKagan
and
claude
committed
4dd89af
View commit details
Copy full SHA for 4dd89af
View code at this point
Browse repository at this point
Clearly reproduce Cygwin safe.directory submodule bug
Show description for ce68322
EliahKagan
and
claude
committed
ce68322
View commit details
Copy full SHA for ce68322
View code at this point
Browse repository at this point
Add a test that required submodules are initialized
Show description for d5fb280
EliahKagan
and
claude
committed
d5fb280
View commit details
Copy full SHA for d5fb280
View code at this point
Browse repository at this point
Add a test that fixture directories are usable by git
Show description for fa0d9bc
EliahKagan
and
claude
committed
fa0d9bc
View commit details
Copy full SHA for fa0d9bc
View code at this point
Browse repository at this point
Commits on May 16, 2026
Merge pull request #2153 from elovelan/fix/xfail_side_effects
Show description for 9c5b57b
Byron
authored
9c5b57b
View commit details
Copy full SHA for 9c5b57b
View code at this point
Browse repository at this point
Commits on May 15, 2026
Add xfail_if_raises context manager to defer xfail condition evaluation
Show description for 03baced
elovelan
committed
03baced
View commit details
Copy full SHA for 03baced
View code at this point
Browse repository at this point
support relative worktree paths (git 2.48+ worktree.useRelativePaths)
Show description for e94ccaf
elovelan
committed
e94ccaf
View commit details
Copy full SHA for e94ccaf
View code at this point
Browse repository at this point
Commits on May 6, 2026
Merge pull request #2142 from gitpython-developers/fix-validate-config-key-newlines
Show description for d7b029f
Byron
authored
d7b029f
View commit details
Copy full SHA for d7b029f
View code at this point
Browse repository at this point
Validate config key section names before writing
Show description for 5453842
codex
and
Byron
committed
5453842
View commit details
Copy full SHA for 5453842
View code at this point
Browse repository at this point
Merge pull request #2128 from meliezer/fix-worktree-git-dir
Show description for 1085a7c
Byron
authored
1085a7c
View commit details
Copy full SHA for 1085a7c
View code at this point
Browse repository at this point
Commits on May 3, 2026
Xfail Windows symlink-capable index mutation test
Show description for 714e2e1
codex
and
Byron
committed
714e2e1
View commit details
Copy full SHA for 714e2e1
View code at this point
Browse repository at this point
Commits on Apr 29, 2026
Merge pull request #2136 from gitpython-developers/copilot/create-reproducing-test-fix
Show description for 1c4ea96
Byron
authored
1c4ea96
View commit details
Copy full SHA for 1c4ea96
View code at this point
Browse repository at this point
Commits on Apr 28, 2026
Address rev-parse review feedback
codex
authored and
Byron
committed
6cf7ac3
View commit details
Copy full SHA for 6cf7ac3
View code at this point
Browse repository at this point
Fix rev-parse CI issues
codex
authored and
Byron
committed
bdbdf4b
View commit details
Copy full SHA for bdbdf4b
View code at this point
Browse repository at this point
Improve pure Python rev-parse coverage and behavior (#2135)
Show description for d7ce6fc
codex
and
Byron
committed
d7ce6fc
View commit details
Copy full SHA for d7ce6fc
View code at this point
Browse repository at this point
reject control chars in written values in configuration
Show description for c417af4
codex
and
Byron
committed
c417af4
View commit details
Copy full SHA for c417af4
View code at this point
Browse repository at this point
address review feedback and CI failures
Show description for 4af8463
codex
and
Byron
committed
4af8463
View commit details
Copy full SHA for 4af8463
View code at this point
Browse repository at this point
prevent out-of-repo access when manipulating references.
Show description for 25ba54d
codex
and
Byron
committed
25ba54d
View commit details
Copy full SHA for 25ba54d
View code at this point
Browse repository at this point
Commits on Apr 22, 2026
fix: support Repo() autodiscovery from linked worktree GIT_DIR
Show description for 4c6ec60
meliezer
committed
4c6ec60
View commit details
Copy full SHA for 4c6ec60
View code at this point
Browse repository at this point
Commits on Apr 21, 2026
git.cmd: harden unsafe option canonicalization and isolate push test cases
WesR
committed
43d92de
View commit details
Copy full SHA for 43d92de
View code at this point
Browse repository at this point
Block unsafe underscored git kwargs / Fix for GHSA-rpm5-65cw-6hj4
WesR
committed
1421958
View commit details
Copy full SHA for 1421958
View code at this point
Browse repository at this point
Make sure that multi-options are checked after splitting them with `shlex`
Show description for c9a2678
codex
and
Byron
committed
c9a2678
View commit details
Copy full SHA for c9a2678
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL