]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/cli/git/git.factor
core: subseq-index? -> subseq-of?
[factor.git] / extra / cli / git / git.factor
index 5a431c3e12bafb5b9bcf68202e9cb75b0d1ada83..0e6063fc0e586884d0ce423c808c963bed0af6b9 100644 (file)
@@ -63,4 +63,5 @@ cli-git-num-parallel [ cpus 2 * ] initialize
 
 : directory-entries-without-git ( directory -- entries )
     recursive-directory-entries
-    [ name>> "/.git/" find-subseq? ] reject ;
\ No newline at end of file
+    [ name>> "/.git/" subseq-of? ] reject ;
+