From 01e51f5b0819f8626f04334057e63e1e786dc643 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 15 Nov 2011 20:16:05 +0000 Subject: fix from information leak of timezone in commits --- git-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-commit') diff --git a/git-commit b/git-commit index ab84adf..8299f42 100755 --- a/git-commit +++ b/git-commit @@ -1,4 +1,4 @@ #!/bin/sh git add configure db doc git-commit gitd scripts contrib .gitignore -git commit +TZ=UTC git commit --date="`date -u +'%s'`" test -x /usr/lib/git-core/git-update-server-info && /usr/lib/git-core/git-update-server-info -- cgit v1.2.3