# Small6:
# Small7:
# Small8:
+# Small9:
+# Small10:
# git rev-list --first-parent --count HEAD
# typically 3-4 characters but we allow for up to 6
# padded with zeroes; if too long we reduce mod 10^n
#
# Small4Q:
# Small6Q:
-# Small9Q:
+# Small8Q:
+# Small10Q:
# same but in two lines eg
# Small4Q 10
# 70
# Git4 Git4Q
# Git6 Git6Q
# Git8 Git8Q
+# Git10 Git10Q
# git-rev-parse HEAD (prefix of requested length)
# eg
# Git6 82f2a2
$git_object = gitoutput qw(rev-parse HEAD);
}
- foreach my $sz (3..8) {
+ foreach my $sz (3..10) {
gentextmodule_plusq("Small$sz", rjustt($sz, $git_count.$git_dirty))
if defined $git_count;