summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-09-12chore(bump): v0.17.0v0.17.0Matan Kushner
2019-09-12docs: update heyrict as a contributor (#355)allcontributors[bot]
2019-09-12feat: Implement threshold based styling for battery module (#318)谢祯晖
2019-09-12perf: Don't build `git2` with `ssh` support (#341)Nick Young
2019-09-11docs: add heyrict as a contributor (#349)allcontributors[bot]
2019-09-11docs: update cappyzawa as a contributor (#348)allcontributors[bot]
2019-09-11docs: add unhappychoice as a contributor (#347)allcontributors[bot]
2019-09-11docs(i18n): Localize the landing page in Japanese (#333)Matan Kushner
Co-Authored-By: Yuji Ueki <unhappychoice@gmail.com> Co-Authored-By: Shu Kutsuzawa <cappyzawa@yahoo.ne.jp> Co-Authored-By: heyrict <xiezh0831@yahoo.co.jp>
2019-09-11fix: Fixups for #138 (#343)谢祯晖
- Fix unused imports in unit tests - Add accidently remove module "battery"
2019-09-10refactor: Separate shell initialization into files (#338)Kevin Song
Shell inits are now in a separate directory in the source code, with each shell getting its own script. Also adds a little DRY + commenting in init/mod.rs.
2019-09-10fix: Prepend to PROMPT_COMMAND in Bash init (#336)Daniel Illi-Zuberbühler
Bash init: do not overwrite PROMPT_COMMAND but prepend to it.
2019-09-10feat: Implement the prompt module for time (#138)John Letey
Add a module which displays the current time in a format requested by the user. Disabled by default.
2019-09-10chore(deps): Bump git2 from 0.10.0 to 0.10.1 (#334)dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.10.0...git2-curl-0.10.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-09fix: Lazy load git repo and only run module if not disabled (#306)Neil Kistner
A couple of optimizations are done in this PR. One, we now will check config ahead of time to see if a module is disabled before running any module code. Also, we won't try to discover a git repository unless the module requests access to it.
2019-09-09docs: add Hofer-Julian as a contributor (#328)allcontributors[bot]
* docs: update README.md * docs: update .all-contributorsrc
2019-09-09docs: Include Docker related information in CONTRIBUTING (#321)Hofer-Julian
2019-09-08fix: Turn off label confinement for integration_test script (#322)Hofer-Julian
Allows usage on OS using SELinux. No influence on other OS is expected.
2019-09-08docs: reorder misplaced Ruby option example (#317)Weihang Lo
2019-09-08chore(bump): v0.16.0v0.16.0Matan Kushner
2019-09-08ci: Add a build target for muslMatan Kushner
2019-09-07feat: Add the ability to configure per-module color styles (#285)Kevin Song
Add parsing logic, config support, docs, and integration with other modules for custom styling of each module.
2019-09-07docs: add nickwb as a contributor (#310)allcontributors[bot]
2019-09-07refactor: Cleanup unwraps in create_fixture_repo function (#311)Neil Kistner
2019-09-07fix: Fixture repo will now clone and set git config locally (#307)Neil Kistner
2019-09-07docs: add g2p as a contributor (#309)allcontributors[bot]
2019-09-07fix: Don't trigger an extension match on hidden files (#299)Gabriel de Perthuis
Addresses #52, closes #280.
2019-09-05chore(bump): v0.15.0v0.15.0Matan Kushner
2019-09-05docs: add wyze as a contributor (#297)allcontributors[bot]
* docs: update README.md * docs: update .all-contributorsrc
2019-09-05docs: add nickwb as a contributor (#296)allcontributors[bot]
2019-09-05feat: Adds Git State module for showing "REBASING 2/3", etc. (#276)Nick Young
- Adds the git_state module. - Adds git_state to the default prompt order - Updates the documentation to describe the git_state module
2019-09-05fix: Add missing module to list of modules (#294)Thomas O'Donnell
Have added the missing hostname module to the list of all modules.
2019-09-05chore(bump): v0.14.1v0.14.1Matan Kushner
2019-09-05ci: Fix rust cross installationMatan Kushner
2019-09-05chore(bump): v0.14.0v0.14.0Matan Kushner
2019-09-05feat: Add config for ahead/behind count of tracked branch (#281)Neil Kistner
Add a configuration option (show_sync_count) to the git_status module that will show/hide the counts ahead/behind of the tracked branch. Currently have this default to false, and would opt-in to show this information.
2019-09-04ci: Update Actions events to include `pull_request`Matan Kushner
2019-09-04docs: Move starship badge to be above "License"Matan Kushner
2019-09-04docs: Add "Inspired By" to README.md (#291)Matan Kushner
2019-09-04ci: Migrate CI from Azure Pipelines to GitHub Actions (#233)Matan Kushner
Migrated CI from Azure Pipelines to GitHub Actions. Until the release process is figured out in Actions, we'll stick to using Azure pipelines for releases.
2019-09-04docs: add ahouts as a contributor (#288)allcontributors[bot]
2019-09-04feat: add hostname module (#286)Andrew Houts
Add a hostname module as requested by @chipbuster. Displays the system hostname as provided by gethostname.
2019-09-04fix: Be more restrictive with bash init fallback (#278)Nick Young
This should improve compatibility with "Git Bash" with Git for Windows by using psub+source init for all bash shells v4.1 and newer.
2019-09-04Chore: Update PR template to add semver types (#287)Thomas O'Donnell
Have upded the PR template to add the semantic versioning types this should make it easier to pass the semantic-pull-requests checks.
2019-09-04refactor: Move `create_fixture_repo` into common in integration tests (#282)Neil Kistner
2019-09-03Change ZSH init to use jobstates for num jobs (#252)Kevin Song
2019-09-03chore(deps): Bump ansi_term from 0.12.0 to 0.12.1 (#277)dependabot-preview[bot]
Bumps [ansi_term](https://github.com/ogham/rust-ansi-term) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/ogham/rust-ansi-term/releases) - [Commits](https://github.com/ogham/rust-ansi-term/compare/v0.12.0...v0.12.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-02docs: add oblitum as a contributor (#275)allcontributors[bot]
2019-09-02docs: add tivervac as a contributor (#274)allcontributors[bot]
2019-09-02test: Add an integration test for disabling untracked filesMatan Kushner
2019-09-02feat: Respect status.showUntrackedFilesFrancisco Lopes