Git fork
at reftables-rust 12 lines 297 B view raw
12 git ls-tree --name-only -r refs/notes/many_notes | 23 while read path 34 do 45 test "$path" = "foobar/non-note.txt" && continue 56 test "$path" = "deadbeef" && continue 67 test "$path" = "de/adbeef" && continue 78 89 if test $(expr length "$path") -ne $hexsz 910 then 1011 return 1 1112 fi 1213 done