Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-22 | Git 1.6 support | Christopher Sexton | |
`git-symbolic-ref` needs to be `git symbolic-ref` | |||
2009-09-22 | Improved git prompt handling | Christopher Sexton | |
* Improved speed, the first time cd'ing into a git repo the prompt returns much faster (for me at least). * Prompt is now decorated in nested folders within a git repo. No longer check for the '.git' folder. | |||
2009-09-14 | Adding a little documentation for the git themes | Christopher Sexton | |
2009-09-14 | Added risto theme and made git.zsh themable | Christopher Sexton | |
* git.zsh is now themable: * git_prompt_info() now will look in the following variables for formatting strings: * ZSH_THEME_GIT_PROMPT_PREFIX - Prefix for the prompt (before the branch name) * ZSH_THEME_GIT_PROMPT_SUFFIX - The very end of the prompt * ZSH_THEME_GIT_PROMPT_DIRTY - Displayed when the branch is dirty * ZSH_THEME_GIT_PROMPT_CLEAN - Displayed when the branch is clean * Updated geoffgarside, robbyrussell, and maran to work with new git theme * Added the Risto theme, which is very similar to a number of bash prompts, and allows me to use zsh in with out my co-workers knowing I have the advantage. Think of it as a ninja theme. | |||
2009-08-31 | Merging geoffgarside work | Robby Russell | |
2009-08-31 | Move the spaces around again :P | Geoff Garside | |
2009-08-31 | Only calling git symbolic-ref HEAD when we are in a .git directory | Robby Russell | |
2009-08-31 | Restructure spaces in git pieces | Geoff Garside | |
2009-08-31 | Colour branch name and add dirty string | Geoff Garside | |
2009-08-31 | Change dirty git string to a yello X | Geoff Garside | |
2009-08-31 | Strip colours from git.zsh | Geoff Garside | |
2009-08-30 | Removing some unused git-dirty parsing code. | Robby Russell | |
2009-08-28 | Importing initial files after reorganizing stuff. | Robby Russell | |