Skip to content

Commit

Permalink
Update lua/gitlab/git.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub F. Bortlík <[email protected]>
  • Loading branch information
harrisoncramer and jakubbortlik authored Oct 12, 2024
1 parent b98b385 commit 140257a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/gitlab/git.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ end
---Determines whether the tracking branch is ahead of or behind the current branch, and warns the user if so
---@param current_branch string
---@param remote_branch string
---@param log_level integer
---@return boolean
M.get_ahead_behind = function(current_branch, remote_branch, log_level)
local u = require("gitlab.utils")
Expand Down

0 comments on commit 140257a

Please sign in to comment.