FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
correctly handle `uname-cmd` that doesn't point to an executable file by gcmarx · Pull Request #2026 · 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
correctly handle uname-cmd that doesn't point to an executable file
- #2026
#2026
Merged
EliahKagan
merged 16 commits into
gitpython-developers:main
gitpython-developers/GitPython:main
from
gcmarx:main
gcmarx/GitPython:main
Copy head branch name to clipboard
May 28, 2025
Conversation
Commits
16
(16)
Checks
Files changed
Merged
correctly handle uname-cmd that doesn't point to an executable file
#2026
EliahKagan
merged 16 commits into
gitpython-developers:main
gitpython-developers/GitPython:main
from
gcmarx:main
gcmarx/GitPython:main
Copy head branch name to clipboard
Commits
Commits on May 21, 2025
add tests for is_cygwin_git
gcmarx
committed
ec00872
View commit details
Copy full SHA for ec00872
Browse repository at this point
check for the existence/execute bit on the uname command before trying to run it
gcmarx
committed
de5e57c
View commit details
Copy full SHA for de5e57c
Browse repository at this point
adding self to authors
gcmarx
committed
428be1a
View commit details
Copy full SHA for 428be1a
Browse repository at this point
Commits on May 22, 2025
Revert "check for the existence/execute bit on the uname command before trying to run it"
Show description for 58ff723
gcmarx
committed
58ff723
View commit details
Copy full SHA for 58ff723
Browse repository at this point
use pathlib.Path instead of os.path.isfile
gcmarx
committed
7187984
View commit details
Copy full SHA for 7187984
Browse repository at this point
don't keep checking if sys.platform isn't 'cygwin'
gcmarx
committed
3f5a942
View commit details
Copy full SHA for 3f5a942
Browse repository at this point
check that uname_cmd points to a file; if uname_cmd were a directory, it could both exist and have os.X_OK but not work
gcmarx
committed
226f4ff
View commit details
Copy full SHA for 226f4ff
Browse repository at this point
don't use match-case, since it's a 3.10 feature
gcmarx
committed
22d6284
View commit details
Copy full SHA for 22d6284
Browse repository at this point
it's is_file(), not isfile()
gcmarx
committed
b1289ee
View commit details
Copy full SHA for b1289ee
Browse repository at this point
turns out f-strings before 3.8 don't support {variable=} notation, take that out
gcmarx
committed
cffa264
View commit details
Copy full SHA for cffa264
Browse repository at this point
Commits on May 27, 2025
add self to AUTHORS, add Emacs tempfiles to .gitignore
gcmarx
committed
36a893b
View commit details
Copy full SHA for 36a893b
Browse repository at this point
use `strings` instead of `uname` to detect cygwin
gcmarx
committed
c441316
View commit details
Copy full SHA for c441316
Browse repository at this point
debug printing
gcmarx
committed
0df0818
View commit details
Copy full SHA for 0df0818
Browse repository at this point
Commits on May 28, 2025
Revert "debug printing"
Show description for 58f7710
gcmarx
committed
58f7710
View commit details
Copy full SHA for 58f7710
Browse repository at this point
Revert "use `strings` instead of `uname` to detect cygwin"
Show description for 1731c1e
gcmarx
committed
1731c1e
View commit details
Copy full SHA for 1731c1e
Browse repository at this point
incorporate review feedback from @EliahKagan
gcmarx
committed
f3ab5d3
View commit details
Copy full SHA for f3ab5d3
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL