Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
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
988
Star
5.2k
Code
Issues
8
Pull requests
2
Discussions
Actions
Security and quality
31
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Improve scripts and tool configurations
- #1693
#1693
Merged
Byron
merged 32 commits into
gitpython-developers:main
gitpython-developers/GitPython:main
from
EliahKagan:sh
EliahKagan/GitPython:sh
Copy head branch name to clipboard
Oct 4, 2023
Conversation
Commits
32
(32)
Checks
Files changed
Merged
Improve scripts and tool configurations
#1693
Byron
merged 32 commits into
gitpython-developers:main
gitpython-developers/GitPython:main
from
EliahKagan:sh
EliahKagan/GitPython:sh
Copy head branch name to clipboard
Commits
Commits on Oct 3, 2023
Add pre-commit hook to run shellcheck
Show description for 8c4df3c
EliahKagan
committed
8c4df3c
View commit details
Copy full SHA for 8c4df3c
Browse repository at this point
Force color when running shellcheck in pre-commit
Show description for f3be76f
EliahKagan
committed
f3be76f
View commit details
Copy full SHA for f3be76f
Browse repository at this point
Suppress SC2086 where word splitting is intended
Show description for 7dd8add
EliahKagan
committed
7dd8add
View commit details
Copy full SHA for 7dd8add
Browse repository at this point
Don't split and glob the interpreter name
Show description for 21875b5
EliahKagan
committed
21875b5
View commit details
Copy full SHA for 21875b5
Browse repository at this point
Extract suggest_venv out of the else block
Show description for 0920371
EliahKagan
committed
0920371
View commit details
Copy full SHA for 0920371
Browse repository at this point
Use some handy bash-isms in version check script
Show description for e973f52
EliahKagan
committed
e973f52
View commit details
Copy full SHA for e973f52
Browse repository at this point
Have init script treat master unambiguously as a branch
Show description for be53823
EliahKagan
committed
be53823
View commit details
Copy full SHA for be53823
Browse repository at this point
Use 4-space indentation in all shell scripts
Show description for e604b46
EliahKagan
committed
e604b46
View commit details
Copy full SHA for e604b46
Browse repository at this point
Make the init script a portable POSIX shell script
Show description for 19dfbd8
EliahKagan
committed
19dfbd8
View commit details
Copy full SHA for 19dfbd8
Browse repository at this point
Move extra tag-fetching step into init script
Show description for 7110bf8
EliahKagan
committed
7110bf8
View commit details
Copy full SHA for 7110bf8
Browse repository at this point
Reduce code duplication in version check script
Show description for c7cdaf4
EliahKagan
committed
c7cdaf4
View commit details
Copy full SHA for c7cdaf4
Browse repository at this point
A couple more script tweaks for clarity
Show description for f6dbba2
EliahKagan
committed
f6dbba2
View commit details
Copy full SHA for f6dbba2
Browse repository at this point
Explain what each step in the init script achieves
Show description for 5060c9d
EliahKagan
committed
5060c9d
View commit details
Copy full SHA for 5060c9d
Browse repository at this point
Use set -u in init script
Show description for d5479b2
EliahKagan
committed
d5479b2
View commit details
Copy full SHA for d5479b2
Browse repository at this point
Make the "all" Makefile target more robust
Show description for 52f9a68
EliahKagan
committed
52f9a68
View commit details
Copy full SHA for 52f9a68
Browse repository at this point
Use a single awk instead of two greps and a cut
Show description for b88d07e
EliahKagan
committed
b88d07e
View commit details
Copy full SHA for b88d07e
Browse repository at this point
Add a black check to pre-commit
Show description for d36818c
EliahKagan
committed
d36818c
View commit details
Copy full SHA for d36818c
Browse repository at this point
Fix typo in comment
EliahKagan
committed
4ba5ad1
View commit details
Copy full SHA for 4ba5ad1
Browse repository at this point
Use two hooks for black: to check, and format
Show description for 5d8ddd9
EliahKagan
committed
5d8ddd9
View commit details
Copy full SHA for 5d8ddd9
Browse repository at this point
Pass --all-files explicitly so it is retained
Show description for a872d9c
EliahKagan
committed
a872d9c
View commit details
Copy full SHA for a872d9c
Browse repository at this point
Fix the formatting
Show description for 9b9de11
EliahKagan
committed
9b9de11
View commit details
Copy full SHA for 9b9de11
Browse repository at this point
Add "make lint" to lint without auto-formatting
Show description for 5d15063
EliahKagan
committed
5d15063
View commit details
Copy full SHA for 5d15063
Browse repository at this point
Update readme about most of the test/lint tools
Show description for 6de86a8
EliahKagan
committed
6de86a8
View commit details
Copy full SHA for 6de86a8
Browse repository at this point
Add BUILDDIR var to doc/Makefile; have tox use it
Show description for f094909
EliahKagan
committed
f094909
View commit details
Copy full SHA for f094909
Browse repository at this point
Have init script check for GitHub Actions
Show description for fc96980
EliahKagan
committed
fc96980
View commit details
Copy full SHA for fc96980
Browse repository at this point
Get tags for tests from original repo as fallback
Show description for b98f15e
EliahKagan
committed
b98f15e
View commit details
Copy full SHA for b98f15e
Browse repository at this point
Don't print the exact same warning twice
Show description for 7cca7d2
EliahKagan
committed
7cca7d2
View commit details
Copy full SHA for 7cca7d2
Browse repository at this point
Reword comment to fix ambiguity
EliahKagan
committed
e4e009d
View commit details
Copy full SHA for e4e009d
Browse repository at this point
Format all YAML files in the same style
EliahKagan
committed
e16e4c0
View commit details
Copy full SHA for e16e4c0
Browse repository at this point
Let tox run lint, mypy, and html envs without 3.9
Show description for 62c024e
EliahKagan
committed
62c024e
View commit details
Copy full SHA for 62c024e
Browse repository at this point
Update readme: CI jobs not just for "main" branch
Show description for 9e245d0
EliahKagan
committed
9e245d0
View commit details
Copy full SHA for 9e245d0
Browse repository at this point
Note that the init script can be run from Git Bash
Show description for c2472e9
EliahKagan
committed
c2472e9
View commit details
Copy full SHA for c2472e9
Browse repository at this point
You can’t perform that action at this time.