SuperBo / fugit2.nvim

Neovim git GUI powered by libgit2
MIT License
386 stars 8 forks source link

bug: False upstream name when push to upstream #71

Closed SuperBo closed 3 months ago

SuperBo commented 3 months ago

Did you check docs and existing issues?

Neovim version (nvim -v)

0.9

Operating system/version

MacOS

Describe the bug

When branch name contains /, the push command will be wrong.

Screenshot 2024-06-12 at 18 19 48

Steps To Reproduce

  1. Create branch with / in name like feature/a/b
  2. Push by pressing pu

Expected Behavior

Push command should success.