Skip to content

Commit 1b1f517

Browse files
authored
Merge pull request #30 from ramate-io/l-monninger/fix-branch-spec-not-recongized
Fixes branch revspec not recognized and directory path not diffing
2 parents 64899c9 + a56e620 commit 1b1f517

18 files changed

Lines changed: 1245 additions & 508 deletions

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ trybuild = { git = "https://github.com/l-monninger/trybuild", rev = "21f376043b1
8080
git2 = "0.18"
8181
glob = "0.3"
8282
pathdiff = "0.2"
83+
file-lock = { version = "2.1.11" }
8384

8485
# internal
8586
cite-core = { path = "cite/core" }

cite/git/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ regex = { workspace = true }
1717
thiserror = { workspace = true }
1818
git2 = { workspace = true }
1919
glob = { workspace = true }
20+
file-lock = { workspace = true }
2021

2122
[dev-dependencies]
2223
tempfile = { workspace = true }

0 commit comments

Comments
 (0)