aboutsummaryrefslogtreecommitdiffstats
path: root/git-gui/lib/commit.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'git-gui/lib/commit.tcl')
-rw-r--r--git-gui/lib/commit.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-gui/lib/commit.tcl b/git-gui/lib/commit.tcl
index b516aa2990..11379f8ad3 100644
--- a/git-gui/lib/commit.tcl
+++ b/git-gui/lib/commit.tcl
@@ -456,6 +456,7 @@ A rescan will be automatically started now.
}
$ui_comm delete 0.0 end
+ load_message [get_config commit.template]
$ui_comm edit reset
$ui_comm edit modified false
if {$::GITGUI_BCK_exists} {
an title='2008-01-02 02:28:54 -0800'>2008-01-02config: handle lack of newline at end of file betterJeff King2-5/+46 2007-12-31Documentation/user-manual.txt: fix typoGustaf Hendeby1-1/+1 2007-12-31Documentation: fix remote.<name>.skipDefaultUpdate descriptionJ. Bruce Fields1-1/+1 2007-12-30git-rebase -i: clean-up error check codepath.Junio C Hamano1-10/+19 2007-12-30git-rebase -i behaves better on commits with incomplete messagesJunio C Hamano1-2/+4 2007-12-30Fix double-free() in http-push.c:remote_exists()Grégoire Barbier1-2/+0 2007-12-28"git pull --tags": error out with a better message.Junio C Hamano1-26/+40 2007-12-28git-sh-setup: document git_editor() and get_author_ident_from_commit()Miklos Vajna1-0/+9 2007-12-27Documentation/git-submodule.txt: typofixJunio C Hamano1-1/+1 2007-12-26GIT 1.5.4-rc2v1.5.4-rc2Junio C Hamano2-2/+19 2007-12-26Make "--pretty=format" parser a bit more careful.René Scharfe1-1/+3