diff --git a/README.md b/README.md index a3d91bd..5014379 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Processing references: 539 | | | | | History structure | | | | * Maximum history depth | 136 k | | -| * Maximum tag depth [5] | 1 | * | +| * Maximum tag depth [5] | 1 | | | | | | | Biggest checkouts | | | | * Number of directories [6] | 4.38 k | ** | diff --git a/sizes/output.go b/sizes/output.go index 58ff276..901d6a5 100644 --- a/sizes/output.go +++ b/sizes/output.go @@ -379,7 +379,7 @@ func (s HistorySize) TableString(threshold Threshold, nameStyle NameStyle) strin S("History structure", I("Maximum history depth", nil, s.MaxHistoryDepth, counts.MetricPrefixes, " ", 500e3), - I("Maximum tag depth", s.MaxTagDepthTag, s.MaxTagDepth, counts.MetricPrefixes, " ", 1), + I("Maximum tag depth", s.MaxTagDepthTag, s.MaxTagDepth, counts.MetricPrefixes, " ", 1.001), ), S("Biggest checkouts",