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 0107372 commit 7296af0Copy full SHA for 7296af0
josh-sync.example.toml
@@ -1,3 +1,10 @@
1
-org = "rust-lang"
+# GitHub org of the repository (optional, `rust-lang` is the default)
2
+#org = "rust-lang"
3
+# Name of the repository
4
repo = "stdarch"
5
+# Path where the subtree is located in rust-lang/rust
6
path = "library/stdarch"
7
+
8
+# Optionally, you can specify the complete Josh filter for complex cases
9
+# Note that this option is mutually exclusive with `path`
10
+#filter = ...
0 commit comments