X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bin%2Ftig.pl;h=bde17f39231094eadb7859606c50f339af4b602c;hb=ef0b7066f4123c815ca67e74218613803c48506a;hp=c5648a81c321589dde508ad92586aebc8de2c7e0;hpb=e5c50a8384fd220dffd7cfb1880b01461ab50e83;p=config%2Fdotfiles.git 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 $!;