rowanj / gitx

Fork of Pieter's nice git GUI for OS X. Includes branch/tag sidebar and various fixes. Current development focus is on removing legacy git command line usage in favour of libgit2 and objective-git.
http://rowanj.github.com/gitx
Other
2.15k stars 204 forks source link

Honor the `commit.template` config variable #447

Open ravicious opened 8 years ago

ravicious commented 8 years ago

Hi,

I discovered GitX-dev because GitX doesn't support the commit.template config var and I was looking for a lightweight client that does. Turns out neither GitX nor GitX-dev supports it. That's why I decided to create this feature request.

Expectation: If the commit.template var is set to some path, GitX-dev will use the contents of the file under the path to pre-fill the commit message field.

Currently setting the commit.template var doesn't affect GitX-dev behavior.