Skip to content

Commit

Permalink
fix: allow deleting a branch when config entries contain multivars
Browse files Browse the repository at this point in the history
The problem has been fixed in recent libgit2 releases, as included in
git2-rs 0.19.
  • Loading branch information
samueltardieu authored and arxanas committed Sep 5, 2024
1 parent 3574c80 commit 7c9355f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ git-branchless-smartlog = { version = "0.9.0", path = "git-branchless-smartlog"
git-branchless-submit = { version = "0.9.0", path = "git-branchless-submit" }
git-branchless-test = { version = "0.9.0", path = "git-branchless-test" }
git-branchless-undo = { version = "0.9.0", path = "git-branchless-undo" }
git2 = { version = "0.18.3", default-features = false }
git2 = { version = "0.19.0", default-features = false }
glob = "0.3.0"
indexmap = "2.2.6"
indicatif = { version = "0.17.8", features = ["improved_unicode"] }
Expand Down

0 comments on commit 7c9355f

Please sign in to comment.