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
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
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
.
git-commit-id
/
git-commit-id-plugin-core
Public
Notifications
You must be signed in to change notification settings
Fork
17
Star
8
Code
Issues
9
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
git-commit-id-plugin-core
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 1, 2026
Restore old logic with instant
AB-xdev
committed
1238f63
View commit details
Copy full SHA for 1238f63
View code at this point
Browse repository at this point
Log in tests so that we can see errors that silently happen
AB-xdev
committed
fb987a7
View commit details
Copy full SHA for fb987a7
View code at this point
Browse repository at this point
Commits on Mar 31, 2026
Replace Legacy javax Annotations with jspecify
AB-xdev
committed
40749bd
View commit details
Copy full SHA for 40749bd
View code at this point
Browse repository at this point
Replace joda-time with Standard Java 8+ Time API
AB-xdev
committed
88a71ca
View commit details
Copy full SHA for 88a71ca
View code at this point
Browse repository at this point
Commits on Mar 28, 2026
attempt to fix failing tests by setting the date timezone
TheSnoozer
committed
dd428d1
View commit details
Copy full SHA for dd428d1
View code at this point
Browse repository at this point
wrap Git.wrap in try block so the resources are closed properly (should be no functional change)
TheSnoozer
committed
41cc9f6
View commit details
Copy full SHA for 41cc9f6
View code at this point
Browse repository at this point
https://github.com/git-commit-id/git-commit-id-plugin-core/pull/247 / https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/136 / https://github.com/git-commit-id/git-commit-id-maven-p…
TheSnoozer
committed
804a185
View commit details
Copy full SHA for 804a185
View code at this point
Browse repository at this point
Commits on Mar 27, 2026
improve tests by using a dedicated 'git repo' for testing
TheSnoozer
committed
246e87e
View commit details
Copy full SHA for 246e87e
View code at this point
Browse repository at this point
simplify tests
TheSnoozer
committed
77ef143
View commit details
Copy full SHA for 77ef143
View code at this point
Browse repository at this point
Commits on Mar 17, 2026
Add per module versions support to native git provider
mharriger
committed
698937a
View commit details
Copy full SHA for 698937a
View code at this point
Browse repository at this point
Commits on Jul 28, 2025
Ensure we use the absolute path of the git repo, fix exception if module basedir is git repo root.
mharriger
committed
d1d52c6
View commit details
Copy full SHA for d1d52c6
View code at this point
Browse repository at this point
Add support for per-module versions to core
mharriger
committed
0c754f9
View commit details
Copy full SHA for 0c754f9
View code at this point
Browse repository at this point
Commits on May 21, 2025
filter out BUILD_NUMBER and BUILD_NUMBER_UNIQUE for now as they conflict the JsonObject structure
TheSnoozer
committed
936b178
View commit details
Copy full SHA for 936b178
View code at this point
Browse repository at this point
Commits on May 20, 2025
try to get the tests working again
TheSnoozer
committed
31c193a
View commit details
Copy full SHA for 31c193a
View code at this point
Browse repository at this point
Commits on May 19, 2025
Addressed PR comments
mahasv
committed
8856e4e
View commit details
Copy full SHA for 8856e4e
View code at this point
Browse repository at this point
Commits on May 16, 2025
Fix checkstyle
mahasv
committed
ae13c19
View commit details
Copy full SHA for ae13c19
View code at this point
Browse repository at this point
Added support for build number in Github Actions
mahasv
committed
f160526
View commit details
Copy full SHA for f160526
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
make checksytle happy
TheSnoozer
committed
2deff78
View commit details
Copy full SHA for 2deff78
View code at this point
Browse repository at this point
https://github.com/git-commit-id/git-commit-id-plugin-core/issues/113: replace junit:junit:4.13.2:test with org.junit.jupiter:junit-jupiter-*:5.10.2:test
TheSnoozer
committed
9120d25
View commit details
Copy full SHA for 9120d25
View code at this point
Browse repository at this point
https://github.com/git-commit-id/git-commit-id-plugin-core/issues/99: try to improve error messages when the json properties can't be read
TheSnoozer
committed
f2112fe
View commit details
Copy full SHA for f2112fe
View code at this point
Browse repository at this point
Commits on Mar 9, 2024
fix checkstyle
TheSnoozer
committed
68b9659
View commit details
Copy full SHA for 68b9659
View code at this point
Browse repository at this point
add tests to ensure that properties are generated in a tree-like strucutre
TheSnoozer
committed
c33d3ef
View commit details
Copy full SHA for c33d3ef
View code at this point
Browse repository at this point
Commits on Mar 3, 2024
Merge pull request #101 from Marcono1234/process-handling
Show description for a5f1676
TheSnoozer
authored
a5f1676
View commit details
Copy full SHA for a5f1676
View code at this point
Browse repository at this point
Commits on Mar 2, 2024
correct assumption in comment
TheSnoozer
committed
6352d44
View commit details
Copy full SHA for 6352d44
View code at this point
Browse repository at this point
https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/701: fix an issue with submodules
TheSnoozer
committed
1cc050a
View commit details
Copy full SHA for 1cc050a
View code at this point
Browse repository at this point
make the GitDirLocator return the directory where both implementations can collect their results (e.g. the parent directory for the NativeGitImplementation)
TheSnoozer
committed
e020be1
View commit details
Copy full SHA for e020be1
View code at this point
Browse repository at this point
move the logic if we should fail into the GitDirLocator
TheSnoozer
committed
7517a2a
View commit details
Copy full SHA for 7517a2a
View code at this point
Browse repository at this point
move the the GitDirLocator from the git-commit-id-maven-plugin (commit 64d51eed7dd9d3d03f452ddfb4761947341bdb8c) to the core module
TheSnoozer
committed
7cac71d
View commit details
Copy full SHA for 7cac71d
View code at this point
Browse repository at this point
https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/701: add testcase to demonstrate the issue
TheSnoozer
committed
49cee9c
View commit details
Copy full SHA for 49cee9c
View code at this point
Browse repository at this point
Commits on Feb 23, 2024
Merge pull request #103 from commonquail/fix-committer-time
Show description for 8b4296d
TheSnoozer
authored
8b4296d
View commit details
Copy full SHA for 8b4296d
View code at this point
Browse repository at this point
Fix commit.committer.time provider
Show description for 58f8ae2
commonquail
committed
58f8ae2
View commit details
Copy full SHA for 58f8ae2
View code at this point
Browse repository at this point
Fix GitCommitIdPluginIntegrationTest failing due to unexpected commit id mode
Show description for 26d7fbc
Marcono1234
committed
26d7fbc
View commit details
Copy full SHA for 26d7fbc
View code at this point
Browse repository at this point
Fix incorrect `assertThat(boolean)` usage & simplify assertions
Show description for 4c1b3a7
Marcono1234
committed
4c1b3a7
View commit details
Copy full SHA for 4c1b3a7
View code at this point
Browse repository at this point
Fix PropertiesFileGeneratorTest failing on Windows
Show description for 7b65a25
Marcono1234
committed
7b65a25
View commit details
Copy full SHA for 7b65a25
View code at this point
Browse repository at this point
Move process output handling to separate class & add tests
Show description for af7092f
Marcono1234
committed
af7092f
View commit details
Copy full SHA for af7092f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.