Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove most things | romkatv | 2019-03-01 | 1 | -535/+0 |
| | |||||
* | Merge pull request #966 from ytang/fix-rprompt-icons-cut-off | Dominik Ritter | 2019-02-01 | 1 | -4/+4 |
|\ | | | | | [Bugfix] Fix icons cut off in RPROMPT segments | ||||
| * | Remove extra %f in unit tests | Yang Tang | 2018-10-12 | 1 | -4/+4 |
| | | |||||
* | | Port git submodule test from `next`. | Matthew Judy | 2018-11-18 | 1 | -0/+29 |
| | | |||||
* | | Fix tests | Dominik Ritter | 2018-11-17 | 1 | -1/+1 |
| | | |||||
* | | Fix test | Dominik Ritter | 2018-11-17 | 1 | -1/+1 |
| | | | | | | The branch name must not be expanded. | ||||
* | | Fix configuration errors in the tests | Dominik Ritter | 2018-11-17 | 1 | -1/+3 |
| | | |||||
* | | Add tests for branch name vulnerability | Dominik Ritter | 2018-11-17 | 1 | -0/+11 |
| | | |||||
* | | Add test for detecting untracked files from sibling folder | Dominik Ritter | 2018-11-12 | 1 | -1/+18 |
| | | |||||
* | | Add tests for complex git submodule scenarios | Dominik Ritter | 2018-11-03 | 1 | -0/+73 |
| | | |||||
* | | Speedup VCS segment | Dominik Ritter | 2018-11-03 | 1 | -0/+25 |
|/ | | | | | | | 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. | ||||
* | Fix tests | Dominik Ritter | 2018-08-17 | 1 | -6/+6 |
| | |||||
* | Merge branch 'fix_colors' into prepare_066 | Dominik Ritter | 2018-08-09 | 1 | -4/+4 |
| | |||||
* | Merge branch 'fix_colors' into prepare_066 | Dominik Ritter | 2018-08-08 | 1 | -18/+18 |
| | |||||
* | Update shunit2 to newest version | Dominik Ritter | 2018-08-04 | 1 | -1/+1 |
| | |||||
* | Prepare tests for performance optimizations | Dominik Ritter | 2018-07-25 | 1 | -4/+56 |
| | |||||
* | Fix tests on older ZSH versions | Dominik Ritter | 2018-07-19 | 1 | -17/+34 |
| | |||||
* | Add tests for vcs (git) segment | Dominik Ritter | 2018-07-18 | 1 | -0/+309 |