mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-07-30 11:25:18 +08:00
Changes method git_parse_ahead() on git.zsh lib file. Before this change it checked directly against origin/master branch. Now it uses $(current_branch) to check for not pushed changes against the current remote branch.