No description
Find a file
2025-04-11 21:11:50 +10:00
.idea Fixes to versioning 2025-03-31 12:40:47 +11:00
gradle/wrapper Init 2025-03-29 12:14:44 +11:00
src/main Fixes 2025-03-29 14:57:08 +11:00
.gitignore Init 2025-03-29 12:14:44 +11:00
build.gradle Fixes to versioning 2025-03-31 12:40:47 +11:00
gradlew Init 2025-03-29 12:14:44 +11:00
gradlew.bat Init 2025-03-29 12:14:44 +11:00
README.md Create README.md 2025-04-11 21:11:50 +10:00
settings.gradle Renaming 2025-03-29 14:43:30 +11:00

A plugin for JetBrains IDEs that automatically prefixes commit messages with information extracted from branch names.

Features:

  • Extract information from branch names using configurable regex patterns
  • Format commit messages using configurable format patterns
  • Enable/disable the plugin from the commit dialog

The branch name extraction pattern is configurable from the IDE settings

Example:

  • Branch name: feature/12345-add-new-feature
  • Commit message: Initial implementation
  • Result: #12345 - Initial implementation