summaryrefslogtreecommitdiff
path: root/lib/git.zsh
AgeCommit message (Expand)Author
2013-04-07Merge pull request #1654 from bertag/parse-git-dirty-support-for-1.6Robby Russell
2013-04-03This fixes checking for git untracked itemsChristian Höltje
2013-03-26Merge pull request #1661 from hellerbarde/masterRobby Russell
2013-03-14fix git_prompt_status() to not say the repository has untracked files all the...Philip Stark
2013-03-11Tweaked parse_git_dirty() in lib/git.zsh to support proper dirty/clean parsin...bertag
2013-02-19pipe git version check error to /dev/null (for when git doesn't exist)Thomas Minor
2013-01-10Merge pull request #1077 from Mezzle/add-option-to-show-git-statusRobby Russell
2012-12-07Add Stash toogle to display if there's some stash or not in `git_prompt_status`MAD
2012-12-04Merge pull request #1258 from caio/git-branch-statusRobby Russell
2012-12-04Merge pull request #875 from ttddyy/prompt_git-removeRobby Russell
2012-12-02Merge pull request #1263 from tedv/headless-gitRobby Russell
2012-07-31Make git use sha when branch name is missing.Ted Vessenes
2012-07-29Add branch status support to git_prompt_statusCaio Romão
2012-07-24MergeJames Smith
2012-04-18Add option to disable status notificationMartin Meredith
2012-02-21Fixed bug introduced when fixing issue 896cruser42
2012-02-08fixed introduced to parse_git_dirtyAleksey Orekhov
2012-02-08changed variable PRE_1_7_2_GIT to POST_1_7_2_GIT to make it more accurateAleksey Orekhov
2012-02-08fixed asterisk display for modified repos in git prior to 1.7.2Aleksey Orekhov
2012-01-26Removed trailing spaces in Git files. Fixes #867Carlos Rodriguez
2012-01-26prompt git-remove as deletedTadaya Tsuyukubo
2011-12-21Ignore submodules dirty in prompt infojulien@macbook
2011-08-01Merge in recent stuffJames Smith
2011-07-13Minor corrections to deletion detection in git_prompt_statusBrandon Konkle
2011-05-31Fix deleted in git.zshMichael Hanson
2011-05-09Adds support for $(current_branch) on git_parse_ahead()Juan G. Hurtado
2011-04-29Adds new prompt methods on Git libJuan G. Hurtado
2011-03-19Added new function git_remote_status to check if we are ahead, behind or dive...James Smith
2011-02-03Added modified while newly added and type change detection to git prompt modi...Sorin Ionescu
2010-10-09merging in changes from robby's repoSven Lito
2010-10-09Improving git plugin so it can display much more data. Irakli Gozalishvili
2010-06-03Moving current_branch() to git pluginRobby Russell
2010-06-03Initial implementation of a new plugin system, so that people can managed whi...Robby Russell
2010-05-06makes git status prompt 4x fasterAndy Fowler
2009-12-27Putting Git related aliases into git.zsh to have them in context.Martin Klepsch
2009-11-25Adding current_branch function, which can be used like: git pull origin masterRobby Russell
2009-11-09Modifying changes for issue 25, to fix issue 27Toon Claes
2009-11-09Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshToon Claes
2009-11-09Fixed issue #25.meh
2009-11-04Joined the appearance so the theme can apply LSCOLORS tooToon Claes
2009-09-23Moving all zsh config options into a lib/ subdirectory to make way for some u...Robby Russell