1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-03-05 12:14:25 +08:00
Andrew Janke 9f552130bd Move current_branch() from git plugin to core lib/git.zsh
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.
2015-12-14 20:28:37 -05:00
..
2015-10-05 05:13:11 -04:00
2015-07-11 01:52:04 -04:00
2015-09-23 18:47:09 -04:00
2015-12-14 13:05:51 +02:00