52 Commits (fcfa323974985cd202c95379f893a86d6cf975fb)

Author SHA1 Message Date
Michael Orr fbd479b68e adding a check for git config option to disable git_prompt_info() on a per repo basis 13 years ago
Theodore Kokkoris 9703eba66e Fixed slow behavior when using GitHub wrappers 13 years ago
Christopher Roach 4ff861ee11 Adding a fix for the DISABLE_UNTRACKED_FILES_DIRTY option. 13 years ago
Jeremy Attali e41714d72c Added option to allow untracked files as non dirty 13 years ago
Felipe Contreras d615f64374 git: fix parse_git_dirty() 13 years ago
Christian Höltje 8890450684 This fixes checking for git untracked items 13 years ago
Philip Stark 56e835426b fix git_prompt_status() to not say the repository has untracked files all the time 13 years ago
bertag 72ec24108a Tweaked parse_git_dirty() in lib/git.zsh to support proper dirty/clean parsing against both git 1.6 and git 1.7+ 13 years ago
Thomas Minor 3db22634a1 pipe git version check error to /dev/null (for when git doesn't exist) 13 years ago
Yoav Weiss 9245a30868 Did a full circle and went back to # On branch master 13 years ago
Yoav Weiss 11576dd40b Fixed dirty check to include files added to index 13 years ago
Yoav Weiss 171a76a3c4 Closer to original status command, using SUBMODULE SYNTAX 13 years ago
Yoav Weiss 2e213b9b8f Faster dirty git status check (using git diff) 13 years ago
MAD b9a989fea5 Add Stash toogle to display if there's some stash or not in `git_prompt_status` 13 years ago
Ted Vessenes 027fcccc92 Make git use sha when branch name is missing. 14 years ago
Caio Romão a3c2a2f6e8 Add branch status support to git_prompt_status 14 years ago
Martin Meredith 8ce35df2c5 Add option to disable status notification 14 years ago
cruser42 5a5c93b334 Fixed bug introduced when fixing issue 896 14 years ago
Aleksey Orekhov a9f6aed307 fixed introduced to parse_git_dirty 14 years ago
Aleksey Orekhov 7ea758834b changed variable PRE_1_7_2_GIT to POST_1_7_2_GIT to make it more accurate 14 years ago
Aleksey Orekhov dc4d7a92c1 fixed asterisk display for modified repos in git prior to 1.7.2 14 years ago
Carlos Rodriguez 8769e5f8c9 Removed trailing spaces in Git files. Fixes #867 14 years ago
Tadaya Tsuyukubo 52733cb3bb prompt git-remove as deleted 14 years ago
julien@macbook dd14e075b7 Ignore submodules dirty in prompt info 14 years ago
Brandon Konkle 6774fb3d59 Minor corrections to deletion detection in git_prompt_status 15 years ago
Michael Hanson c014dca141 Fix deleted in git.zsh 15 years ago
Juan G. Hurtado e129fc5a28 Adds support for $(current_branch) on git_parse_ahead() 15 years ago
Juan G. Hurtado 077baa7bb1 Adds new prompt methods on Git lib 15 years ago
James Smith 2d5412e99b Added new function git_remote_status to check if we are ahead, behind or diverged from the remote branch 15 years ago
Sorin Ionescu 90a9a5f251 Added modified while newly added and type change detection to git prompt modified status. 15 years ago
Sven Lito dc12853b0c merging in changes from robby's repo 16 years ago
Irakli Gozalishvili 8059c0727a Improving git plugin so it can display much more data. 16 years ago
Robby Russell 27904c117c Moving current_branch() to git plugin 16 years ago
Robby Russell 3cf9ab722e Initial implementation of a new plugin system, so that people can managed which aliases/functions they want. 16 years ago
Andy Fowler 3c87d48362 makes git status prompt 4x faster 16 years ago
Martin Klepsch f9509f365b Putting Git related aliases into git.zsh to have them in context. 16 years ago
Robby Russell 473dd3b212 Adding current_branch function, which can be used like: git pull origin master 17 years ago
Toon Claes 147f1dc702 Modifying changes for issue 25, to fix issue 27 17 years ago
meh 8f33231823 Fixed issue #25. 17 years ago
Toon Claes e2dba2c3e9 Joined the appearance so the theme can apply LSCOLORS too 17 years ago
Robby Russell 8debd097fb Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options 17 years ago
Christopher Sexton 9f0df188f4 Git 1.6 support 17 years ago
Christopher Sexton a9f21b381c Improved git prompt handling 17 years ago
Christopher Sexton ff8e99beef Adding a little documentation for the git themes 17 years ago
Christopher Sexton 85a4e30289 Added risto theme and made git.zsh themable 17 years ago
Geoff Garside af8294d206 Move the spaces around again :P 17 years ago
Robby Russell a26cb28de4 Only calling git symbolic-ref HEAD when we are in a .git directory 17 years ago
Geoff Garside 845eabc8cc Restructure spaces in git pieces 17 years ago
Geoff Garside 652caa6b25 Colour branch name and add dirty string 17 years ago
Geoff Garside a9c1830462 Change dirty git string to a yello X 17 years ago