chiark / gitweb /
commitid.scad.pl: Rename Tiny to Small
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 5 Feb 2016 17:39:14 +0000 (17:39 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 5 Feb 2016 17:39:14 +0000 (17:39 +0000)
commitid.scad.pl

index 7d13fb2dd97e31c99d95453978cfb47e2251bb26..ff3634175900102ebae8b90b1f0b5f7f80d12a02 100755 (executable)
@@ -52,25 +52,25 @@ $SIG{__WARN__} = sub { die @_; };
 #
 # We can generate these forms:
 #
-#   Tiny3:
-#   Tiny4:
-#   Tiny5:
-#   Tiny6:
-#   Tiny7:
-#   Tiny8:
+#   Small3:
+#   Small4:
+#   Small5:
+#   Small6:
+#   Small7:
+#   Small8:
 #       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
 #       eg
-#            Tiny4    1070
+#            Small4    1070
 #       If tree is dirty, + or * is suffixed, reducing number of
 #       digits by 1.
 #
-#   Tiny4Q:
-#   Tiny6Q:
-#   Tiny9Q:
+#   Small4Q:
+#   Small6Q:
+#   Small9Q:
 #       same but in two lines eg
-#            Tiny4Q   10
+#            Small4Q  10
 #                     70
 #
 #   Git4   Git4Q
@@ -307,7 +307,7 @@ sub do_git () {
     }
 
     foreach my $sz (3..8) {
-       gentextmodule_plusq("Tiny$sz", rjustt($sz, $git_count.$git_dirty))
+       gentextmodule_plusq("Small$sz", rjustt($sz, $git_count.$git_dirty))
            if defined $git_count;
 
        gentextmodule_plusq("Git$sz", ljustt($sz, $git_object, $git_dirty))