Skip to content
Commit 0b0af4df authored by Marc Cornellà's avatar Marc Cornellà
Browse files

fix(updater): fix check for latest commit in local repository

The previous check simply compared whether the last commit of the branch
was the same in the local and the remote repository.

This commit also checks whether the remote commit is an ancestor of the
local commit. This fixes the case where the local repository has new
commits after the last published commit.
parent ff298365
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment