-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Prerequsities
- I'm on the latest version of the plugin
- I've installed the required dependencies
- I've run
:h gitlab.nvim.troubleshootingand followed the steps there
Bug Description
The warning message You have local commits that are not on origin. Have you forgotten to push? is shown incorrectly in at least the following cases:
- The MR has already been closed and the feature branch has been deleted - in this case the warning is completely misleading.
- The feature branch has been rebased on the remote - in this case the message could rather say "Have you forgotten to pull?".
The gitlab.git.current_branch_up_to_date_on_remote function should be changed so that it is more universal, ideally without making it slower by adding more git calls.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working