Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
JayceChant
/
commit-msg
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
8
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 19, 2022
Merge pull request #3 from Wjinlei/master
Show description for 0fdf164
JayceChant
authored
0fdf164
Copy full SHA for 0fdf164
Commits on Jun 17, 2022
docs(README): fix 'sudo make' -> 'make'.
Wjinlei
committed
2ba07e9
Copy full SHA for 2ba07e9
docs(README): update section -> 'Build and install from source code'.
Wjinlei
committed
4b294b5
Copy full SHA for 4b294b5
Commits on Jun 15, 2021
docs(README): improve instructions for lineLimit and translation file
JayceChant
committed
17d1c2a
Copy full SHA for 17d1c2a
feat: implement language file loading
Show description for b60c96c
JayceChant
committed
b60c96c
Copy full SHA for b60c96c
Commits on Jun 14, 2021
fix: revert and Revert are missing in rule description
Show description for e57b6d5
JayceChant
committed
e57b6d5
Copy full SHA for e57b6d5
refactor(lang): putting different languages into separate files
JayceChant
committed
afab180
Copy full SHA for afab180
refactor: move lang.go into lang module
JayceChant
committed
22f1b9e
Copy full SHA for 22f1b9e
refactor(state): decoupling state and lang, prepare for module separation
JayceChant
committed
b2beda2
Copy full SHA for b2beda2
feat: add go version, commit hash and build time to the version info
Show description for 9053416
JayceChant
committed
9053416
Copy full SHA for 9053416
Commits on Jun 13, 2021
refactor: remove useless/unreachable code
Show description for 9ab9b8e
JayceChant
committed
9ab9b8e
Copy full SHA for 9ab9b8e
style: rename some functions
JayceChant
committed
d79e106
Copy full SHA for d79e106
feat: skip the length check if lineLimit not greater than 0
Show description for 3b704dd
JayceChant
committed
3b704dd
Copy full SHA for 3b704dd
refactor: extract some code into functions to improve readability
Show description for 591c5da
JayceChant
committed
591c5da
Copy full SHA for 591c5da
Commits on Jun 12, 2021
chore: remove useless dependency in go.sum
Show description for cf1b2aa
JayceChant
committed
cf1b2aa
Copy full SHA for cf1b2aa
docs(README): add new type keywords
Show description for 102e656
JayceChant
committed
102e656
Copy full SHA for 102e656
docs(README): add info about conventionalcommits
Show description for 99258eb
JayceChant
committed
99258eb
Copy full SHA for 99258eb
feat: adding new types according to the technology trends of recent years
Show description for 3fb6080
JayceChant
committed
3fb6080
Copy full SHA for 3fb6080
docs: modify README to emphasis on lightweight and zero (low) dependency
JayceChant
committed
453d2de
Copy full SHA for 453d2de
refactor: change set(map) value to empty struct to save memory
Show description for 6c5278f
JayceChant
committed
6c5278f
Copy full SHA for 6c5278f
Commits on Sep 29, 2020
docs: update README
JayceChant
committed
26bcf47
Copy full SHA for 26bcf47
chore: modify the version info
JayceChant
committed
cec0ebe
Copy full SHA for cec0ebe
feat: implements scope checking
Show description for eb81405
JayceChant
committed
eb81405
Copy full SHA for eb81405
Commits on Sep 28, 2020
refactor: move the language packs from config.go to lang.go
JayceChant
committed
004a4a3
Copy full SHA for 004a4a3
feat: add types, denyTypes config; json keys use little camel-case
Show description for b9f5da0
JayceChant
committed
b9f5da0
Copy full SHA for b9f5da0
chore: compress binary (upx) at the same time in target 'all'
JayceChant
committed
60268f7
Copy full SHA for 60268f7
feat: add version flag to to print current version info
JayceChant
committed
12ad05d
Copy full SHA for 12ad05d
Commits on Mar 22, 2020
chore: improve Makefile
Show description for 2573420
JayceChant
committed
2573420
Copy full SHA for 2573420
test: enhance the unit tests
Show description for 6cbf591
JayceChant
committed
6cbf591
Copy full SHA for 6cbf591
Commits on Mar 2, 2020
feat: add home dir config support
Show description for 6569708
JayceChant
committed
6569708
Copy full SHA for 6569708
Commits on Feb 29, 2020
refactor: rename message package to state
JayceChant
committed
c5334b6
Copy full SHA for c5334b6
refactor: extract validate functions into individual package
JayceChant
committed
32ad216
Copy full SHA for 32ad216
refactor: extract MessageState to individual package
JayceChant
committed
0315482
Copy full SHA for 0315482
test: fix the unit tests
Show description for ef3e55e
JayceChant
committed
ef3e55e
Copy full SHA for ef3e55e
Commits on Feb 28, 2020
refactor: improve LogAndExit
Show description for 5c1e1bf
JayceChant
committed
5c1e1bf
Copy full SHA for 5c1e1bf
Pagination
Previous
Next
You can’t perform that action at this time.