We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5271779 commit cd003fbCopy full SHA for cd003fb
extra/mason/git/git.factor
@@ -2,9 +2,9 @@
2
! See http://factorcode.org/license.txt for BSD license.
3
USING: accessors combinators.short-circuit continuations
4
debugger io io.directories io.directories.hierarchy
5
-io.encodings.utf8 io.files io.launcher io.sockets
6
-io.streams.string kernel mason.common mason.email sequences
7
-splitting ;
+io.encodings.utf8 io.files io.launcher io.launcher.private
+io.sockets io.streams.string kernel mason.common mason.email
+sequences splitting ;
8
IN: mason.git
9
10
: git-id ( -- id )
0 commit comments