From 7fad3b8599af31c066aa95cb2663a5c4cb795442 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 10 Apr 2013 03:22:09 +0200 Subject: [PATCH] bin/tig.pl: Add missing timezone. --- bin/tig.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tig.pl b/bin/tig.pl index c5648a8..bde17f3 100755 --- a/bin/tig.pl +++ b/bin/tig.pl @@ -36,7 +36,7 @@ my $color_author = 'magenta'; # Aliases in Git with "! ..." are always run in the top-level-directory. # GIT_PREFIX contains the relative path to the current subdirectory. Thanks to -# dr_lepper in #git on Freenode (2013-04-03 23:17) for telling me about +# dr_lepper in #git on Freenode (2013-04-03 23:17 CEST) for telling me about # GIT_PREFIX. if (defined $ENV{GIT_PREFIX} and $ENV{GIT_PREFIX} ne '') { chdir $ENV{GIT_PREFIX} or die $!; -- 2.44.1