starship/src
David Hewson 178f177dac perf(hg_branch): Replace direct calls to `hg` (#803)
perf: don't use hg process to get branch / bookmark information, each call was taking 250ms and it was making on average 2 calls.
the branch and bookmark information is available in files in the root of the repo, use that instead.
now takes 300 micro seconds

fix: do not use .hgignore to decide if it is an hg repo. was providing false positives. #721

fix: after changing branch the new branch was not show (the old branch was shown), the new branch is now correctly shown. #722

fix: if no branch override was set it would say (no branch) however if you commited in that state you would commit to the branch default so say that instead
2020-01-03 17:51:45 -05:00
..
configs feat(git_status): Add a stash count segment (#598) 2019-12-28 22:20:36 -05:00
init fix: Remove trailing semicolon from `$PROMPT_COMMAND` (#784) 2019-12-28 10:03:59 -05:00
modules perf(hg_branch): Replace direct calls to `hg` (#803) 2020-01-03 17:51:45 -05:00
bug_report.rs feat: Extend bug-report to include terminal emulator (#740) 2019-12-17 10:17:04 -05:00
config.rs feat: Implement AWS region aliases (#646) 2019-12-20 12:30:47 -05:00
configure.rs fix: Consider `$STARSHIP_CONFIG` in `configure` (#795) 2019-12-30 15:46:02 -08:00
context.rs feat: Add the `starship explain` command (#699) 2020-01-01 23:19:08 -05:00
lib.rs refactor: Go from Rust workspaces to a package with nested packages (#480) 2019-10-04 22:30:46 +09:00
main.rs feat: Add the `starship explain` command (#699) 2020-01-01 23:19:08 -05:00
module.rs feat: Add the `starship explain` command (#699) 2020-01-01 23:19:08 -05:00
print.rs feat: Add the `starship explain` command (#699) 2020-01-01 23:19:08 -05:00
segment.rs feat: Add the `starship explain` command (#699) 2020-01-01 23:19:08 -05:00
utils.rs chore: Add a helper function for executing commands (#660) 2019-11-27 17:03:08 -05:00