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
An empty default commit message will not replace the merge message anymore.
Added support for TortoiseGit's BugTraq so you can configure a default bug id so using TGIT will still prepend/append the commit message
What if I use not empty default commit message? In most cases I want use specified template, but after merge I want commit with default Git's commit message. Git generates message like this (which I can see if I call Git Commit from explorer):
Merge remote-tracking branch 'remotes/origin/feature/faeture/BranchA' into feature/BranchB
# Conflicts:
# src/text.txt
TGit -> Commit will replace it to my Default commit message.
No description provided.
The text was updated successfully, but these errors were encountered: