We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8273caa commit a92732bCopy full SHA for a92732b
git-forest
@@ -11,7 +11,7 @@
11
use Getopt::Long;
12
use Git;
13
use strict;
14
-use encoding "utf8";
+use utf8;
15
my $Repo = Git->repository($ENV{"GIT_DIR"} || ".");
16
my $Pretty_fmt = "format:%s";
17
my $Reverse_order = 0;
0 commit comments