Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-13 | Minor corrections to deletion detection in git_prompt_status | Brandon Konkle | |
2011-05-31 | Fix deleted in git.zsh | Michael Hanson | |
2011-05-09 | Adds support for $(current_branch) on git_parse_ahead() | Juan G. Hurtado | |
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. | |||
2011-04-29 | Adds new prompt methods on Git lib | Juan G. Hurtado | |
Modifies the Git lib file (lib/git.zsh), adding three new prompt methods: - git_prompt_ahead(): Shows the content of the custom var $ZSH_THEME_GIT_PROMPT_AHEAD if the local repository has commits ahead from the remote origin repository - git_prompt_short_sha(): Shows last commit SHA hash in short mode wrapped between the content of the custom vars $ZSH_THEME_GIT_PROMPT_SHA_BEFORE and $ZSH_THEME_GIT_PROMPT_SHA_AFTER - git_prompt_long_sha(): Shows last commit SHA hash in long mode wrapped between the content of the custom vars $ZSH_THEME_GIT_PROMPT_SHA_BEFORE and $ZSH_THEME_GIT_PROMPT_SHA_AFTER | |||
2011-02-03 | Added modified while newly added and type change detection to git prompt ↵ | Sorin Ionescu | |
modified status. | |||
2010-10-09 | merging in changes from robby's repo | Sven Lito | |
2010-10-09 | Improving git plugin so it can display much more data. | Irakli Gozalishvili | |
2010-06-03 | Moving current_branch() to git plugin | Robby Russell | |
2010-06-03 | Initial implementation of a new plugin system, so that people can managed ↵ | Robby Russell | |
which aliases/functions they want. | |||
2010-05-06 | makes git status prompt 4x faster | Andy Fowler | |
(via git status -s, benchmarked) | |||
2009-12-27 | Putting Git related aliases into git.zsh to have them in context. | Martin Klepsch | |
2009-11-25 | Adding current_branch function, which can be used like: git pull origin master | Robby Russell | |
2009-11-09 | Modifying changes for issue 25, to fix issue 27 | Toon Claes | |
2009-11-09 | Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh | Toon Claes | |
2009-11-09 | Fixed issue #25. | meh | |
2009-11-04 | Joined the appearance so the theme can apply LSCOLORS too | Toon Claes | |
2009-09-23 | Moving all zsh config options into a lib/ subdirectory to make way for some ↵ | Robby Russell | |
upcoming changes to directory structure and configuration options |