0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/tools
Marc Cornellà 0b0af4df6a 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.
2022-02-24 13:51:16 +01:00
..
changelog.sh fix(changelog): don't show changelog with only ignored type commits 2022-01-28 13:36:54 +01:00
check_for_upgrade.sh fix(updater): fix check for latest commit in local repository 2022-02-24 13:51:16 +01:00
install.sh fix(installer): silence git init 2022-02-22 21:24:43 +01:00
require_tool.sh Fix version parsing. Now working with command $ zsh --version 2011-04-13 17:24:44 +02:00
theme_chooser.sh feat(theme_chooser): display non-zero exit code (#8428) 2021-04-06 12:23:59 +02:00
uninstall.sh fix(uninstall): fix renaming .zshrc when no original rc file found 2021-03-15 19:51:31 +01:00
upgrade.sh style(updater): silence git pull output and show errors in English 2022-01-24 18:32:36 +01:00