]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/cli/git/git.factor
core: find-subseq -> subsequence-starts, find-subseq-from -> subsequence-starts-from
[factor.git] / extra / cli / git / git.factor
index 5a431c3e12bafb5b9bcf68202e9cb75b0d1ada83..b4d77105b67652512ec73bc6f57d6dc908291eb2 100644 (file)
@@ -63,4 +63,4 @@ 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/" subsequence? ] reject ;
\ No newline at end of file