1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-19 09:29:02 +00:00
starship/tests/testsuite
Alexey Chernyshov 08b74c1672
fix(git_status): Fix file rename inconsistency compared to git (#1411)
* Remove renames_index_to_workdir() option from git status

This option causes advanced files rename detection which causes inconsistency between `git status` and Starship reports.
Closes #1371

* add test for manually remaned and deleted files in git_state module

* fix tests
2020-07-14 23:08:56 +02:00
..
aws.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
character.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
cmd_duration.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
common.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
conda.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
configuration.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
directory.rs feat(directory): Show lock symbol if current directory is read only (#1298) 2020-07-13 16:55:42 -05:00
dotnet.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
env_var.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
git_branch.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
git_commit.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
git_state.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
git_status.rs fix(git_status): Fix file rename inconsistency compared to git (#1411) 2020-07-14 23:08:56 +02:00
hg_branch.rs fix: Fix latest clippy suggestions (#1136) 2020-04-24 12:37:13 +02:00
hostname.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
jobs.rs fix: Lazy load git repo and only run module if not disabled (#306) 2019-09-09 19:14:38 -04:00
main.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
modules.rs fix: Change panicking on unknown module to error print and support module listing flag (#197) 2019-08-20 00:42:25 -04:00
nix_shell.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
python.rs feat(python): Add option to change the python binary (#1297) 2020-06-14 11:27:10 +02:00
singularity.rs test: Add null tests to modules that don't have them (#1104) 2020-04-15 09:55:32 +02:00
terraform.rs test(terraform): move tests which do not require env vars (#1455) 2020-07-08 20:24:38 -04:00
time.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
username.rs feat: Add option to always show the username module (#408) 2019-09-22 15:32:11 -05:00