FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for git/refs - 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
git
refs
on
single-char-kwarg
User selector
Datepicker
Commit history
Commits on Apr 28, 2026
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 Nov 29, 2025
Fix type hints
George-Ogden
committed
8434967
View commit details
Copy full SHA for 8434967
View code at this point
Browse repository at this point
Validate every fspath with tests
George-Ogden
committed
12e15ba
View commit details
Copy full SHA for 12e15ba
View code at this point
Browse repository at this point
Merge branch 'main' into true-pathlike
George-Ogden
committed
b5abe0f
View commit details
Copy full SHA for b5abe0f
View code at this point
Browse repository at this point
Remove a large number of redundant fspaths
George-Ogden
committed
df8087a
View commit details
Copy full SHA for df8087a
View code at this point
Browse repository at this point
Remove redundant `fspath`
Show description for 57a3af1
George-Ogden
and
Copilot
committed
57a3af1
View commit details
Copy full SHA for 57a3af1
View code at this point
Browse repository at this point
Remove redundant `fspath`
Show description for 50aea99
George-Ogden
and
Copilot
authored
50aea99
View commit details
Copy full SHA for 50aea99
View code at this point
Browse repository at this point
Commits on Nov 28, 2025
Fix union type conversion to path
George-Ogden
committed
086e832
View commit details
Copy full SHA for 086e832
View code at this point
Browse repository at this point
Convert paths in constructors and large function calls
George-Ogden
committed
3801505
View commit details
Copy full SHA for 3801505
View code at this point
Browse repository at this point
Replace extra occurrences of str with fspath
George-Ogden
committed
0414bf7
View commit details
Copy full SHA for 0414bf7
View code at this point
Browse repository at this point
Add missing parentheses around tuple constructor
George-Ogden
committed
ca5a2e8
View commit details
Copy full SHA for ca5a2e8
View code at this point
Browse repository at this point
Fix or ignore all mypy errors
George-Ogden
committed
8469a12
View commit details
Copy full SHA for 8469a12
View code at this point
Browse repository at this point
Commits on Sep 30, 2025
Fix type hint for `SymbolicReference.reference` property
Show description for 7c55a2b
emmanuel-ferdman
committed
7c55a2b
View commit details
Copy full SHA for 7c55a2b
View code at this point
Browse repository at this point
Commits on May 30, 2025
Use newer ruff style
Show description for b7ce712
EliahKagan
committed
b7ce712
View commit details
Copy full SHA for b7ce712
View code at this point
Browse repository at this point
Commits on Mar 19, 2025
Use property decorator to support typing
Andrej730
committed
94151aa
View commit details
Copy full SHA for 94151aa
View code at this point
Browse repository at this point
Commits on Apr 1, 2024
Update the comment about `--mixed` and paths
Show description for 0152b52
EliahKagan
committed
0152b52
View commit details
Copy full SHA for 0152b52
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
Don't explicitly list direct submodules in __all__
Show description for fcc7418
EliahKagan
committed
fcc7418
View commit details
Copy full SHA for fcc7418
View code at this point
Browse repository at this point
Commits on Mar 18, 2024
Replace wildcard imports in git.refs
Show description for b25dd7e
EliahKagan
committed
b25dd7e
View commit details
Copy full SHA for b25dd7e
View code at this point
Browse repository at this point
Improve order of imports and __all__ in git.refs submodules
EliahKagan
committed
8b51af3
View commit details
Copy full SHA for 8b51af3
View code at this point
Browse repository at this point
Commits on Mar 16, 2024
Use the :exc: role for exceptions
Show description for a957ae7
EliahKagan
committed
a957ae7
View commit details
Copy full SHA for a957ae7
View code at this point
Browse repository at this point
Commits on Mar 15, 2024
Use Sphinx manpage references where applicable
Show description for d8ab99c
EliahKagan
committed
d8ab99c
View commit details
Copy full SHA for d8ab99c
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
Merge branch 'main' into doc-types
EliahKagan
committed
0b99041
View commit details
Copy full SHA for 0b99041
View code at this point
Browse repository at this point
Make some broad mypy suppressions more specific
Show description for b070e93
EliahKagan
committed
b070e93
View commit details
Copy full SHA for b070e93
View code at this point
Browse repository at this point
Commits on Mar 11, 2024
fixing lints / noqa
Borda
committed
aa9298a
View commit details
Copy full SHA for aa9298a
View code at this point
Browse repository at this point
Fix remaining old Commit_ish annotations in git.refs
Show description for ab27827
EliahKagan
committed
ab27827
View commit details
Copy full SHA for ab27827
View code at this point
Browse repository at this point
Commits on Mar 10, 2024
Start fixing annotations that used the old Commit_ish
EliahKagan
committed
7328a00
View commit details
Copy full SHA for 7328a00
View code at this point
Browse repository at this point
Temporarily rename Commit_ish to Old_commit_ish
Show description for 04a2753
EliahKagan
committed
04a2753
View commit details
Copy full SHA for 04a2753
View code at this point
Browse repository at this point
Remove some unneeded mypy suppressions
Show description for 84fc806
EliahKagan
committed
84fc806
View commit details
Copy full SHA for 84fc806
View code at this point
Browse repository at this point
Commits on Mar 8, 2024
Fix how HEAD annotates inherited commit property
Show description for f1cc1fe
EliahKagan
committed
f1cc1fe
View commit details
Copy full SHA for f1cc1fe
View code at this point
Browse repository at this point
Commits on Mar 5, 2024
Add return-type annotation on __init__ methods
Show description for 5d7e55b
EliahKagan
committed
5d7e55b
View commit details
Copy full SHA for 5d7e55b
View code at this point
Browse repository at this point
Commits on Feb 29, 2024
Somewhat improve _get_ref_info{,_helper} docstrings
Show description for f43292e
EliahKagan
committed
f43292e
View commit details
Copy full SHA for f43292e
View code at this point
Browse repository at this point
Fix exception type in require_remote_ref_path docstring
Show description for 679d2e8
EliahKagan
committed
679d2e8
View commit details
Copy full SHA for 679d2e8
View code at this point
Browse repository at this point
More docstring revisions within git.refs
EliahKagan
committed
254c82a
View commit details
Copy full SHA for 254c82a
View code at this point
Browse repository at this point
Add a bit of missing docstring formatting
EliahKagan
committed
a5a1b2c
View commit details
Copy full SHA for a5a1b2c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL