Skip to content

Commit d8fa87a

Browse files
committed
Add comment
1 parent 61c2757 commit d8fa87a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/git/scripts/filename_changes

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ NF == 0 {
4040
# Filename changes:
4141
{
4242
pct = substr($1, 2)
43+
44+
# Remove leading zeros...
4345
if (match(pct, /^0[1-9]/)) {
4446
pct = substr(pct, 2)
4547
} else if (match(pct, /^00[1-9]/)) {

0 commit comments

Comments
 (0)