- 26 May, 2014 1 commit
-
-
r3dDoX authored
-
- 25 May, 2014 2 commits
- 20 Nov, 2013 1 commit
-
-
Michael Orr authored
-
- 12 Jun, 2013 1 commit
-
-
Theodore Kokkoris authored
-
- 19 May, 2013 1 commit
-
-
Christopher Roach authored
-
- 22 Apr, 2013 1 commit
-
-
Jeremy Attali authored
In this commit, the option only works for git but it should not be to hard for someone who knows svn to so the same. This commit is largely inspired by @yoavweiss, I only added an option to use it.
-
- 21 Apr, 2013 1 commit
-
-
Felipe Contreras authored
If oh-my-zsh.hide-status is configured, the 'clean' code won't be generated, and some themes might end up distorted. Let's generate the 'clean' code even when we don't want the show the dirty status. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-
- 04 Apr, 2013 1 commit
-
-
Christian Höltje authored
The grep expression was incorrect for normal grep. Adding the `-E` option fixed the escaping of the question marks.
-
- 13 Mar, 2013 1 commit
-
-
Philip Stark authored
-
- 11 Mar, 2013 1 commit
-
-
bertag authored
Tweaked parse_git_dirty() in lib/git.zsh to support proper dirty/clean parsing against both git 1.6 and git 1.7+
-
- 19 Feb, 2013 1 commit
-
-
Thomas Minor authored
-
- 13 Feb, 2013 2 commits
-
-
Yoav Weiss authored
# Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: git.zsh #, ignoring untracked files, which seems to be the primary cause for slowness
-
Yoav Weiss authored
-
- 30 Jan, 2013 1 commit
-
-
Yoav Weiss authored
-
- 27 Jan, 2013 1 commit
-
-
Yoav Weiss authored
-
- 07 Dec, 2012 1 commit
-
-
MAD authored
-
- 31 Jul, 2012 1 commit
-
-
Ted Vessenes authored
-
- 29 Jul, 2012 1 commit
-
-
Caio Romão authored
This patch makes git_prompt_status support three new status variables: - ZSH_THEME_GIT_PROMPT_AHEAD - ZSH_THEME_GIT_PROMPT_BEHIND - ZSH_THEME_GIT_PROMPT_DIVERGED With these extra variables it's easy to see (1) if you have commits in your local branch that weren't pushed to the remote (AHEAD), (2) if there are commits in the remote that you haven't merged/rebased yet (BEHIND) or (3) if you have local unpushed commits AND the remote has some commits you haven't merged yet (DIVERGED). Refer to the first line displayed on `git status -b --porcelain`. An example setup in a .zsh-theme file would be: ZSH_THEME_GIT_PROMPT_AHEAD="↑" ZSH_THEME_GIT_PROMPT_BEHIND="↓" ZSH_THEME_GIT_PROMPT_DIVERGED="
↕ "
-
- 18 Apr, 2012 1 commit
-
-
Martin Meredith authored
For certain git repositories, this slows down usage of the shell horifically. This option can be set with git config --add oh-my-zsh.hide-status 1 which will disable checking/showing the status notification
-
- 21 Feb, 2012 1 commit
-
-
cruser42 authored
-
- 08 Feb, 2012 3 commits
-
-
Aleksey Orekhov authored
-
Aleksey Orekhov authored
-
Aleksey Orekhov authored
-
- 27 Jan, 2012 1 commit
-
-
Carlos Rodriguez authored
-
- 26 Jan, 2012 1 commit
-
-
Tadaya Tsuyukubo authored
-
- 21 Dec, 2011 1 commit
-
-
julien@macbook authored
-
- 14 Jul, 2011 1 commit
-
-
Brandon Konkle authored
-
- 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
-
- 20 Mar, 2011 1 commit
-
-
James Smith authored
Added new function git_remote_status to check if we are ahead, behind or diverged from the remote branch
-
- 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
-