]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/git/git.factor
core: Change lines -> read-lines, contents -> read-contents, string-lines -> lines
[factor.git] / extra / git / git.factor
index 61cc9a6f5a1362c0084181fbf4036fca693fbdf7..738c50725f327218a23051e2670ffcfcf55adfbc 100644 (file)
@@ -155,7 +155,7 @@ ERROR: unknown-field name parameter ;
 
 : git-string>assoc ( string -- assoc )
     "\n\n" split1 [
-        string-lines [ nip first CHAR: \s = ] monotonic-split
+        lines [ nip first CHAR: \s = ] monotonic-split
         [
             dup length 1 = [
                 first " " split1 2array