Re: [PATCH] . git.el: use commit.template if available

2013-06-14 Thread Junio C Hamano
Curt Brune writes: > If the user's git config defines commit.template then include the > contents of that file in the log buffer by default. > > In git-setup-log-buffer, instead of supplying the default commit > message insert the user's commit.template. > > Signed-off-by: Curt Brune > --- Inte

[PATCH] . git.el: use commit.template if available

2013-06-14 Thread Curt Brune
If the user's git config defines commit.template then include the contents of that file in the log buffer by default. In git-setup-log-buffer, instead of supplying the default commit message insert the user's commit.template. Signed-off-by: Curt Brune --- contrib/emacs/git.el | 47 ++