Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | render VCS_GIT_ICON and the like as segment visual identifiers instead of ↵ | romkatv | 2019-07-03 | 1 | -2/+0 |
| | | | | embedding them in the content | ||||
* | Add space between remote icon and commit hash | Carlos Álvaro | 2019-07-03 | 1 | -0/+2 |
| | |||||
* | fix POWERLEVEL9K_SHORTEN_DELIMITER | romkatv | 2019-03-14 | 1 | -2/+0 |
| | |||||
* | Hide errors from git ls-files | 🐈 | 2019-02-06 | 1 | -2/+2 |
| | |||||
* | Port #1071 to `master` (fatal errors emitted by untracked file check in vcs.zsh) | Matthew Judy | 2018-11-18 | 1 | -27/+17 |
| | |||||
* | Fix checking for untracked files | Dominik Ritter | 2018-11-12 | 1 | -1/+15 |
| | | | | | Now the untracked files are always checked from the root folder of the repo. | ||||
* | Fix stashes display | Dominik Ritter | 2018-11-12 | 1 | -22/+6 |
| | | | | | | | Changing directories while checking for untracked files broke the display of git stashes. The hook was not called any more. This is why we disabled checking for untracked files within a .git folder. | ||||
* | Fix error if user cds into a .git directory | Dominik Ritter | 2018-11-12 | 1 | -4/+22 |
| | | | | | | In this case is was previously not possible to get the untracked status. Now we temporarily change the directory to the repo root folder and then get the list of untracked files. | ||||
* | Avoid warning when inside of .git dir | Dominik Ritter | 2018-11-12 | 1 | -0/+2 |
| | | | | | We cannot detect untracked files when we are inside of a .git directory. | ||||
* | Count stashes via ZSH | Dominik Ritter | 2018-11-12 | 1 | -5/+3 |
| | |||||
* | Avoid aliases | Dominik Ritter | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Get rid of externals when truncating branch name | Dominik Ritter | 2018-11-06 | 1 | -3/+3 |
| | |||||
* | When checking for untracked or modified files, take submodules into account | Dominik Ritter | 2018-11-03 | 1 | -1/+1 |
| | |||||
* | Speedup VCS segment | Dominik Ritter | 2018-11-03 | 1 | -11/+5 |
| | | | | | | | Now the untracked files are detected via `git ls-files`, which is much faster than `git status`. Additionally, we flipped the default for checking submodules. They are now NOT checked by default, as most users probably do not use git submodules. | ||||
* | Make use of git dir determined by VCS_INFO subsystem | Dominik Ritter | 2018-11-03 | 1 | -1/+1 |
| | | | | instead of determine the git dir manually. | ||||
* | Get branch name from VCS_INFO subsystem when collecting remote branch | Dominik Ritter | 2018-11-03 | 1 | -2/+2 |
| | |||||
* | Get branch name from VCS_INFO subsystem when collecting ahead/behind info | Dominik Ritter | 2018-11-03 | 1 | -7/+5 |
| | |||||
* | Get rid of wc dependency when showing ahead/behind info | Dominik Ritter | 2018-11-03 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'floor114/next' into staging_065 | Dominik Ritter | 2018-06-07 | 1 | -0/+15 |
|\ | |||||
| * | Add vcs branch name truncating. | Taras Shpachenko | 2018-04-12 | 1 | -0/+15 |
| | | |||||
* | | Merge remote-tracking branch 'guicassolato/fix-wrapper-slowness' into ↵ | Dominik Ritter | 2018-06-07 | 1 | -15/+15 |
|\ \ | |/ |/| | | | | | | | | | | | staging_065 Conflicts were: - functions/vcs.zsh: Two commits avoided wrapper behaviour. #685 in grep, #797 in git. | ||||
| * | Fixes wrapper slowness in vcs segment | Guilherme Cassolato | 2018-04-11 | 1 | -15/+15 |
| | | |||||
* | | add check of /etc/os-release for linux distros | Tim Otlik | 2018-02-16 | 1 | -0/+0 |
| | | |||||
* | | Merge branch 'master' into next | Ben Hilburn | 2017-12-14 | 1 | -4/+4 |
|\ \ | |||||
| * | | Disable alias of grep | Kentaro Hayashi | 2017-11-27 | 1 | -4/+4 |
| |/ | | | | | | | | | | | | | | | | | If user defined alias of grep command with '-r' or '--recursive' option, it causes a slow response of command line. It is not unexpected behavior of vcs info. This commit explicitly disables alias of grep to suppress side effects. | ||||
* / | Add Stash naming support for Bitbucket Server | Daniel Porter | 2017-11-30 | 1 | -0/+2 |
|/ | |||||
* | 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. |