sboulema / TGit

Control TortoiseGit from within Visual Studio
MIT License
31 stars 9 forks source link

Commit message starts with branch name #15

Closed ygoe closed 8 years ago

ygoe commented 8 years ago

When opening the commit dialog, the commit message isn't empty but is preset with the branch name ("master" in my case). Is that intentional? What is it good for? The branch name is already displayed just above in the dialog.

sboulema commented 8 years ago

You can change the default commit message using Tools -> Options -> TGit -> General -> Default commit message.

Next version will have an empty default commit message by default.