disabled ! li~e8^˷yLZ7 0 l
| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| dev | 2026-06-16 13:27 | 4.0K | ||
| power/ | 2026-06-16 10:04 | - | ||
| subsystem/ | 2026-06-16 09:59 | - | ||
| uevent | 2026-06-16 13:11 | 4.0K | ||
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
" lzmJeAqţ 708 #!/bin/sh # This script displays the distribution of longest common hash prefixes. # This can be used to determine the minimum prefix length to use # for object names to be unique. git rev-list --objects --all | sort | perl -lne ' substr($_, 40) = ""; # uncomment next line for a distribution of bits instead of hex chars # $_ = unpack("B*",pack("H*",$_)); if (defined $p) { ($p ^ $_) =~ /^(\0*)/; $common = length $1; if (defined $pcommon) { $count[$pcommon > $common ? $pcommon : $common]++; } else { $count[$common]++; # first item } } $p = $_; $pcommon = $common; END { $count[$common]++; # last item print "$_: $count[$_]" for 0..$#count; } ' l| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| dev | 2026-06-16 15:11 | 4.0K | ||
| power/ | 2026-06-16 10:07 | - | ||
| subsystem/ | 2026-06-16 09:59 | - | ||
| & | ||||