We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c2757 commit d8fa87aCopy full SHA for d8fa87a
tools/git/scripts/filename_changes
@@ -40,6 +40,8 @@ NF == 0 {
40
# Filename changes:
41
{
42
pct = substr($1, 2)
43
+
44
+ # Remove leading zeros...
45
if (match(pct, /^0[1-9]/)) {
46
pct = substr(pct, 2)
47
} else if (match(pct, /^00[1-9]/)) {
0 commit comments