Skip to content

Commit 7296af0

Browse files
committed
Update example TOML file
1 parent 0107372 commit 7296af0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

josh-sync.example.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
org = "rust-lang"
1+
# GitHub org of the repository (optional, `rust-lang` is the default)
2+
#org = "rust-lang"
3+
# Name of the repository
24
repo = "stdarch"
5+
# Path where the subtree is located in rust-lang/rust
36
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

Comments
 (0)