1 comment (1 comment)2 reactions (2 reactions)0 assignees (0 assignees)C++167 forks (167 forks)auto 404
enhancementgood first issue
Repository metrics
- Stars
- 2,245 stars (2,245 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Originally posted by jkohlin February 2, 2023
It would be really nice to be able to have some variables available when writing a commit template. Like %branch and %author

Contributor guide
- Research direction
- Look into the commit dialog code to see how the commit message template is used. Find where the template is expanded and plan to replace %branch and %author with the current branch and Git author information.
- Tech stack
- cpp
- Domain
- desktopdevtools
- Issue type
- Feature
- Prerequisites
- C++Git