1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-10-01 14:39:12 +00:00
starship/src
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
..
configs feat(directory): Show lock symbol if current directory is read only (#1298) 2020-07-13 16:55:42 -05:00
formatter feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
init fix(bash): last command status and command duration (#1185) 2020-06-10 18:53:56 +02:00
modules fix(git_status): Fix file rename inconsistency compared to git (#1411) 2020-07-14 23:08:56 +02:00
bug_report.rs Replace dirs with dirs-next dependency (#1361) 2020-06-20 12:59:35 -05:00
config.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
configure.rs Replace dirs with dirs-next dependency (#1361) 2020-06-20 12:59:35 -05:00
context.rs feat: git branch: read from HEAD on newly initialized repo (#1336) 2020-07-05 13:22:14 -04:00
lib.rs improvement: add parser for format strings (#1021) 2020-04-06 13:16:18 -04:00
main.rs fix: replacing default RUST_LOG environement variable with starship specific one, to prevent interlacing (#1280) 2020-06-14 20:22:34 +02:00
module.rs feat(cmake): Add CMake module (#1456) 2020-07-09 21:40:33 +02:00
print.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
segment.rs fix: Fix variable styles in string formatter (#1069) 2020-04-10 18:23:20 +02:00
utils.rs feat(cmake): Add CMake module (#1456) 2020-07-09 21:40:33 +02:00