• Andrew Janke's avatar
    Move current_branch() from git plugin to core lib/git.zsh · 9f552130
    Andrew Janke authored
    Fixes #4085: core -> plugin dependency issue.
    Rename it to git_current_branch for clarity that it's git-specific.
    Update all plugins that were calling it to use new name.
    Fix variable leaks by making more variables in lib/git.zsh local.
    Have lib/git.zsh use [[ ]] instead of [ ] everywhere.
    9f552130
Name
Last commit
Last update
cache Loading commit data...
custom Loading commit data...
lib Loading commit data...
log Loading commit data...
plugins Loading commit data...
templates Loading commit data...
themes Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
MIT-LICENSE.txt Loading commit data...
README.markdown Loading commit data...
oh-my-zsh.sh Loading commit data...