summaryrefslogtreecommitdiff
path: root/test/segments/vcs-git.spec
Commit message (Collapse)AuthorAgeFilesLines
* Port git submodule test from `next`.Matthew Judy2018-11-181-0/+29
|
* Fix testsDominik Ritter2018-11-171-1/+1
|
* Fix testDominik Ritter2018-11-171-1/+1
| | | The branch name must not be expanded.
* Fix configuration errors in the testsDominik Ritter2018-11-171-1/+3
|
* Add tests for branch name vulnerabilityDominik Ritter2018-11-171-0/+11
|
* Add test for detecting untracked files from sibling folderDominik Ritter2018-11-121-1/+18
|
* Add tests for complex git submodule scenariosDominik Ritter2018-11-031-0/+73
|
* Speedup VCS segmentDominik Ritter2018-11-031-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 testsDominik Ritter2018-08-171-6/+6
|
* Merge branch 'fix_colors' into prepare_066Dominik Ritter2018-08-091-4/+4
|
* Merge branch 'fix_colors' into prepare_066Dominik Ritter2018-08-081-18/+18
|
* Update shunit2 to newest versionDominik Ritter2018-08-041-1/+1
|
* Prepare tests for performance optimizationsDominik Ritter2018-07-251-4/+56
|
* Fix tests on older ZSH versionsDominik Ritter2018-07-191-17/+34
|
* Add tests for vcs (git) segmentDominik Ritter2018-07-181-0/+309