Skip to content

Pull requests: gitpython-developers/GitPython

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Assure CWD is readable after acquiring it
#1335 by Byron was merged Sep 5, 2021 Loading… updated Sep 5, 2021 v3.1.23 - Bugfixes
General fixes for next release
#1318 by Yobmod was merged Sep 9, 2021 Loading… updated Sep 9, 2021 v3.1.23 - Bugfixes
Import README.md into setup.py
#1337 by Yobmod was merged Sep 9, 2021 Loading… updated Sep 9, 2021
Fix title
#1338 by fabaff was merged Sep 10, 2021 Loading… updated Sep 10, 2021
Fix typing issues with delete_head and Remote.add
#1346 by rra was merged Sep 24, 2021 Loading… updated Sep 24, 2021 v3.1.25 - Bugfixes
Fix broken test requirements
#1351 by Ket3r was merged Sep 30, 2021 Loading… updated Sep 30, 2021
Replace wildcard imports with concrete imports
#1352 by trym-b was merged Oct 1, 2021 Loading… updated Oct 3, 2021 v3.1.25 - Bugfixes
Revert "Replace wildcard imports with concrete imports"
#1355 by trym-b was merged Oct 3, 2021 Loading… updated Oct 3, 2021 v3.1.25 - Bugfixes
Raise exception when push fails breaking change This change is breaking the API and would need a major version bump.
#1354 by Sjord was closed Oct 4, 2021 Loading… updated Oct 5, 2021
Add support for Python 3.10
#1361 by hugovk was merged Oct 14, 2021 Loading… updated Oct 14, 2021 v3.1.25 - Bugfixes
Remove Sphinx workaround
#1376 by hugovk was merged Nov 10, 2021 Loading… updated Nov 11, 2021 v3.1.25 - Bugfixes
Let remote.push return a PushInfoList
#1360 by Sjord was merged Nov 13, 2021 Loading… updated Nov 13, 2021 v3.1.25 - Bugfixes
Test commit
#1378 by konflic was closed Nov 18, 2021 Loading… updated Nov 18, 2021
Revert the use of typing_extensions in py3.8+
#1380 by mgorny was merged Dec 1, 2021 Loading… updated Dec 1, 2021 v3.1.25 - Bugfixes
DOC: fix typo
#1381 by yogabonito was merged Dec 1, 2021 Loading… updated Dec 1, 2021
Avoid taking a lock for reading (#1388)
#1391 by Byron was merged Jan 7, 2022 Loading… updated Jan 7, 2022 v3.1.25 - Bugfixes
Warn when working tree is empty on non-bare repos
#1375 by HerrMuellerluedenscheid was closed Jan 7, 2022 Loading… updated Jan 7, 2022
Use NUL character to extract meta and path from git diff
#1387 by NHanser was merged Jan 7, 2022 Loading… updated Jan 7, 2022
Use NUL character to extract meta and path from git diff
#1392 by NHanser was closed Jan 9, 2022 Loading… updated Jan 9, 2022
Fix doc string error in Objects.Commit
#1393 by takuti was merged Jan 10, 2022 Loading… updated Jan 10, 2022
Close .git/index file descriptor acknowledged
#1394 by skshetry was closed Jan 10, 2022 Loading… updated Jan 10, 2022
import unittest adds 0.250s to script launch time
#1398 by wonder-mice was merged Jan 12, 2022 Loading… updated Jan 12, 2022 v3.1.27 - Bugfixes
Use bash to open extensionless hooks on windows
#1399 by idbrii was merged Jan 14, 2022 Loading… updated Jan 14, 2022 v3.1.27 - Bugfixes
2
3
set unassigned stdin to improve pyinstaller compatibility
#1400 by smokephil was merged Jan 21, 2022 Loading… updated Jan 21, 2022 v3.1.27 - Bugfixes
ProTip! Exclude everything labeled bug with -label:bug.