From 9b10769723d2f5bfee6222b41b7de9ca67110bd3 Mon Sep 17 00:00:00 2001 From: Sup Yut Sum Date: Tue, 15 Jul 2014 19:38:05 +0800 Subject: [PATCH] Update documentation about commit message snippet Signed-off-by: Sup Yut Sum --- doc/source/en/TortoiseGit/tgit_dug/dug_commit.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/en/TortoiseGit/tgit_dug/dug_commit.xml b/doc/source/en/TortoiseGit/tgit_dug/dug_commit.xml index ada32cba4..e280d460e 100644 --- a/doc/source/en/TortoiseGit/tgit_dug/dug_commit.xml +++ b/doc/source/en/TortoiseGit/tgit_dug/dug_commit.xml @@ -267,6 +267,13 @@ can be customized in the TortoiseGit settings dialog. + The log message window also includes commit message snippet facility. + The snippets supplied with TortoiseGit are held in the TortoiseGit + installation bin folder. You can also define your own + snippets and store them in %APPDATA%\TortoiseGit\snippet.txt. + # is the comment character. Use escape sequences \t \r \n \\. + + You can add your name and email address to end of log message by click Sign -- 2.11.4.GIT