Age | Commit message (Expand) | Author |
2014-07-15 | Merge pull request #2828 from r3dDoX/master | Robby Russell |
2014-06-28 | git_prompt_info: ignore git-config errors | Albert Krewinkel |
2014-06-28 | Add missing `command` wrapper for git | Mikhail S. Pobolovets |
2014-06-10 | return 0 when not a git repo | ncanceill |
2014-05-26 | added prefix/suffix variable for customizability | r3dDoX |
2014-05-25 | added new function to get number of commits ahead of remote | r3dDoX |
2014-05-25 | replaced hardcoded origin/{branch-name} with @{upstream} which gets the upstr... | r3dDoX |
2013-11-20 | adding a check for git config option to disable git_prompt_info() on a per re... | Michael Orr |
2013-06-12 | Fixed slow behavior when using GitHub wrappers | Theodore Kokkoris |
2013-05-19 | Adding a fix for the DISABLE_UNTRACKED_FILES_DIRTY option. | Christopher Roach |
2013-04-23 | Resolving conflict when merging in 1570 | Robby Russell |
2013-04-23 | Merge pull request #1740 from felipec/fc/git | Robby Russell |
2013-04-22 | Added option to allow untracked files as non dirty | Jeremy Attali |
2013-04-21 | git: fix parse_git_dirty() | Felipe Contreras |
2013-04-07 | Merge pull request #1654 from bertag/parse-git-dirty-support-for-1.6 | Robby Russell |
2013-04-03 | This fixes checking for git untracked items | Christian Höltje |
2013-03-26 | Merge pull request #1661 from hellerbarde/master | Robby Russell |
2013-03-14 | fix git_prompt_status() to not say the repository has untracked files all the... | Philip Stark |
2013-03-11 | Tweaked parse_git_dirty() in lib/git.zsh to support proper dirty/clean parsin... | bertag |
2013-02-19 | pipe git version check error to /dev/null (for when git doesn't exist) | Thomas Minor |
2013-02-13 | Did a full circle and went back to # On branch master | Yoav Weiss |
2013-02-13 | Fixed dirty check to include files added to index | Yoav Weiss |
2013-01-30 | Closer to original status command, using SUBMODULE SYNTAX | Yoav Weiss |
2013-01-27 | Faster dirty git status check (using git diff) | Yoav Weiss |
2013-01-10 | Merge pull request #1077 from Mezzle/add-option-to-show-git-status | Robby Russell |
2012-12-07 | Add Stash toogle to display if there's some stash or not in `git_prompt_status` | MAD |
2012-12-04 | Merge pull request #1258 from caio/git-branch-status | Robby Russell |
2012-12-04 | Merge pull request #875 from ttddyy/prompt_git-remove | Robby Russell |
2012-12-02 | Merge pull request #1263 from tedv/headless-git | Robby Russell |
2012-07-31 | Make git use sha when branch name is missing. | Ted Vessenes |
2012-07-29 | Add branch status support to git_prompt_status | Caio Romão |
2012-07-24 | Merge | James Smith |
2012-04-18 | Add option to disable status notification | Martin Meredith |
2012-02-21 | Fixed bug introduced when fixing issue 896 | cruser42 |
2012-02-08 | fixed introduced to parse_git_dirty | Aleksey Orekhov |
2012-02-08 | changed variable PRE_1_7_2_GIT to POST_1_7_2_GIT to make it more accurate | Aleksey Orekhov |
2012-02-08 | fixed asterisk display for modified repos in git prior to 1.7.2 | Aleksey Orekhov |
2012-01-26 | Removed trailing spaces in Git files. Fixes #867 | Carlos Rodriguez |
2012-01-26 | prompt git-remove as deleted | Tadaya Tsuyukubo |
2011-12-21 | Ignore submodules dirty in prompt info | julien@macbook |
2011-08-01 | Merge in recent stuff | James Smith |
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 |
2011-04-29 | Adds new prompt methods on Git lib | Juan G. Hurtado |
2011-03-19 | Added new function git_remote_status to check if we are ahead, behind or dive... | James Smith |
2011-02-03 | Added modified while newly added and type change detection to git prompt modi... | Sorin Ionescu |
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 |