Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide error when no origin in git repo | David Paz | 2017-02-24 | 1 | -1/+1 |
| | | | | | Fix git ls-remote call to match as in sugessted code for redirect error to null. | ||||
* | Merge pull request #360 from davidmpaz/icon_by_repo | Ben Hilburn | 2016-12-21 | 1 | -1/+12 |
|\ | | | | | Display different icons depending on remote type in VCS segment. | ||||
| * | Assign git service icon depending on repo origin | David Paz | 2016-12-15 | 1 | -1/+12 |
| | | | | | | | | | | | | Check git origin url to search for well know services. Return proper icon if service found, if not return "git" icon from font-awesome icon set | ||||
* | | Merge branch 'master' into next | Ben Hilburn | 2016-10-26 | 1 | -1/+1 |
|\| | |||||
| * | Fix '+vi-svn-detect-changes:local:1: not valid in this context' | Matt Traynham | 2016-10-19 | 1 | -1/+1 |
| | | |||||
* | | bugfix: typo in "POWERLEVEL9K" broke the VCS tag display | Ben Hilburn | 2016-09-26 | 1 | -1/+1 |
|/ | |||||
* | vcs: adding detection of unstaged / staged for svn repos | Ben Hilburn | 2016-08-31 | 1 | -4/+8 |
| | |||||
* | fixed svn-detect-changes().. the svn prompt has now the same behaviour as ↵ | Christian Rebischke | 2016-08-31 | 1 | -4/+4 |
| | | | | the git prompt.. | ||||
* | swapped half and full dirty in svn-detect-changes | Christian Rebischke | 2016-08-31 | 1 | -2/+2 |
| | |||||
* | added vi-svn-detect-changes() in functions/vcs.zsh | Christian Rebischke | 2016-08-31 | 1 | -0/+14 |
| | |||||
* | Merging ability to hide tags from VCS segment. | Ben Hilburn | 2016-07-13 | 1 | -21/+22 |
| | |||||
* | Added POWERLEVEL9K_VCS_HIDE_TAGS variable to control displaying of vcs tags ↵ | Chris Hudson | 2016-07-08 | 1 | -18/+20 |
| | | | | in segment | ||||
* | Fix truncation of changeset in detached tag mode | Dominik Ritter | 2016-04-17 | 1 | -1/+1 |
| | |||||
* | Fixing comments in vi-git | Ben Hilburn | 2016-04-12 | 1 | -5/+6 |
| | | | | -tagname | ||||
* | git-tagname: Now showing hash/branchname when sitting on a tag | Ben Hilburn | 2016-04-12 | 1 | -9/+8 |
| | |||||
* | git-tagname: reducing conditionals in logic | Ben Hilburn | 2016-04-12 | 1 | -1/+4 |
| | |||||
* | Weird conditions handling | Niccolò Maggioni | 2016-04-12 | 1 | -8/+12 |
| | | | | Become a programmer, they said. It'll be fun, they said. | ||||
* | Avoid tag/branch duplication if same value | Niccolò Maggioni | 2016-04-11 | 1 | -2/+6 |
| | |||||
* | Better DETACHED_HEAD detection | Niccolò Maggioni | 2016-03-25 | 1 | -1/+1 |
| | |||||
* | Documentation | Niccolò Maggioni | 2016-03-22 | 1 | -0/+3 |
| | |||||
* | DETACHED_HEAD handling | Niccolò Maggioni | 2016-03-22 | 1 | -0/+2 |
| | |||||
* | Git tag not replacing branch | Niccolò Maggioni | 2016-03-22 | 1 | -1/+1 |
| | |||||
* | Fix untracked state of the vcs segment | Dominik Ritter | 2016-02-26 | 1 | -1/+1 |
| | |||||
* | Fix dynamic coloring of VCS segment | Dominik Ritter | 2016-02-18 | 1 | -8/+8 |
| | | | | | | The VCS segment had a lot of own color definitions. Now they are all gone, so that the only color definitions are when the segment gets printed. | ||||
* | Reflect submodule status in VCS prompty by default. | Ben Hilburn | 2016-02-18 | 1 | -3/+8 |
| | |||||
* | mention to git_compare_version | Sebastien Varrette | 2016-02-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Sebastien Varrette <Sebastien.Varrette@uni.lu> | ||||
* | correct half-dirty detection -- restrict to untracked files | Sebastien Varrette | 2016-02-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Sebastien Varrette <Sebastien.Varrette@uni.lu> | ||||
* | dirty check even in subdirs | Sebastien Varrette | 2016-02-08 | 1 | -1/+5 |
| | | | | Signed-off-by: Sebastien Varrette <Sebastien.Varrette@uni.lu> | ||||
* | Add VCS_WORKDIR_HALF_DIRTY vrbl for unstaged files | theminor | 2016-01-27 | 1 | -1/+3 |
| | |||||
* | Removed whitespace before git tag. | Dominik Ritter | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | Added the "visual identifier" concept to the `vcs` segment. | Dominik Ritter | 2015-12-18 | 1 | -0/+6 |
| | |||||
* | Extracted VCS-hooks into a separate file. | Dominik Ritter | 2015-10-24 | 1 | -0/+87 |