Skip to content

Commit 0d70547

Browse files
WIP: Implement :unsubmodule
Change: unsubmodule
1 parent 574c7ea commit 0d70547

File tree

9 files changed

+1126
-1
lines changed

9 files changed

+1126
-1
lines changed

Cargo.lock

Lines changed: 58 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

josh-core/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ backtrace = "0.3.76"
1414
bitvec = "1.0.1"
1515
git-version = "0.3.9"
1616
git2 = { workspace = true }
17+
gix-submodule = "0.20.0"
1718
gix-object = "0.50.2"
1819
glob = "0.3.1"
1920
hex = { workspace = true }
2021
indoc = "2.0.7"
2122
itertools = "0.14.0"
2223
lazy_static = { workspace = true }
24+
toml = { workspace = true }
2325
log = { workspace = true }
2426
percent-encoding = "2.3.1"
2527
pest = "2.8.3"

0 commit comments

Comments
 (0)