From 94fd016523a5b61479f83785c71d809a01c86856 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sat, 5 Mar 2011 14:36:38 +0100 Subject: [PATCH] updates changelog Signed-off-by: Sven Strickroth --- src/Changelog.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Changelog.txt b/src/Changelog.txt index 354425e06..972392536 100644 --- a/src/Changelog.txt +++ b/src/Changelog.txt @@ -5,12 +5,12 @@ * Allow to sign tags (requires GPG and a key without passphrase) * Allow to edit user signingkey in TortoiseGit->Settings->GitConfig * Allow to use CC with MAPI + * Do not add Signed-off-by if already included + * Do not add another empty line if there are already some Reviewed-by or Signed-off-by lines at the end of the commit message on signing. == Bug Fix == * Fixed tab indices (activation order) * Fixed missing putty-key for deleting a remote branch - * Do not add Signed-off-by if already included - * Do not add another empty line if there are already some Reviewed-by or Signed-off-by lines at the end of the commit message on signing. * Fixed issue #728: Shell "Diff With Previous" doesn't work when there are more than 2 revisions for that file and diff working copy to HEAD~1 * Fixed 32/64-bit MAPI inconsistency-issues * Do not include patch in mail if user selected attachment -- 2.11.4.GIT