- 31 May, 2011 1 commit
-
-
Michael Hanson authored
-
- 09 May, 2011 1 commit
-
-
Juan G. Hurtado authored
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.
-
- 29 Apr, 2011 1 commit
-
-
Juan G. Hurtado authored
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
-
- 04 Feb, 2011 1 commit
-
-
Sorin Ionescu authored
-
- 09 Oct, 2010 1 commit
-
-
Sven Lito authored
-
- 08 Oct, 2010 1 commit
-
-
Irakli Gozalishvili authored
-
- 03 Jun, 2010 2 commits
-
-
Robby Russell authored
-
Robby Russell authored
Initial implementation of a new plugin system, so that people can managed which aliases/functions they want.
-
- 07 May, 2010 1 commit
-
-
Andy Fowler authored
(via git status -s, benchmarked)
-
- 28 Dec, 2009 1 commit
-
-
Martin Klepsch authored
-
- 25 Nov, 2009 1 commit
-
-
Robby Russell authored
-
- 09 Nov, 2009 1 commit
-
-
Toon Claes authored
-
- 08 Nov, 2009 1 commit
-
-
meh authored
-
- 04 Nov, 2009 1 commit
-
-
Toon Claes authored
-
- 23 Sep, 2009 1 commit
-
-
Robby Russell authored
Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options
-
- 22 Sep, 2009 2 commits
-
-
Christopher Sexton authored
`git-symbolic-ref` needs to be `git symbolic-ref`
-
Christopher Sexton authored
* 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.
-
- 14 Sep, 2009 2 commits
-
-
Christopher Sexton authored
-
Christopher Sexton authored
* 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.
-
- 31 Aug, 2009 7 commits
-
-
Geoff Garside authored
-
Robby Russell authored
-
Geoff Garside authored
-
Geoff Garside authored
-
Geoff Garside authored
-
Geoff Garside authored
-
Robby Russell authored
-
- 28 Aug, 2009 1 commit
-
-
Robby Russell authored
-