starship/src
Bill b2e2330cb0
feat(git_status): added symbol for local repos up-to-date with remote. (#2945)
* git_status: added symbol for when local branch is up-to-date with upstream

* updated docs

* removed unused variable, moved location of config comment

* changed uptodate default to empty string, simplified and made safer

* added uptodate default line back into docstring

* fixed linting and formatting errors

* refactored uptodate to up_to_date, removed redundant else statement
2021-08-07 19:22:00 +02:00
..
configs feat(git_status): added symbol for local repos up-to-date with remote. (#2945) 2021-08-07 19:22:00 +02:00
formatter fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
init feat(status): Add pipestatus display in status module (#2481) 2021-07-28 12:26:00 -04:00
modules feat(git_status): added symbol for local repos up-to-date with remote. (#2945) 2021-08-07 19:22:00 +02:00
test fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
bug_report.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
config.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
configure.rs fix(windows): avoid inadvertly running exes from cwd (#2885) 2021-07-16 15:20:59 -04:00
context.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
lib.rs fix(windows): avoid inadvertly running exes from cwd (#2885) 2021-07-16 15:20:59 -04:00
logger.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
main.rs feat(status): Add pipestatus display in status module (#2481) 2021-07-28 12:26:00 -04:00
module.rs feat: Add the `git_metrics` module (#2827) 2021-07-10 16:54:34 -04:00
print.rs feat(explain): quote module values (#2931) 2021-07-29 22:45:03 -04:00
segment.rs chore: remove unused name from Segment and remove some of the misleading underscores (#1584) 2020-08-16 22:16:05 -04:00
utils.rs fix(rlang): module not working on MacOs (#2880) 2021-08-02 13:13:29 -04:00