From: Ian Jackson Date: Fri, 5 Feb 2016 17:39:14 +0000 (+0000) Subject: commitid.scad.pl: Rename Tiny to Small X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a3353c662b109f52c4cf1734484e4dcfe716f12b;p=reprap-play.git commitid.scad.pl: Rename Tiny to Small --- diff --git a/commitid.scad.pl b/commitid.scad.pl index 7d13fb2..ff36341 100755 --- a/commitid.scad.pl +++ b/commitid.scad.pl @@ -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))