summaryrefslogtreecommitdiffstats
path: root/src/modules/git_state.rs
AgeCommit message (Expand)Author
2023-02-21chore: use updated gitoxide crate names (#4913)David Knaack
2022-11-15fix(container): avoid detecting WSL as a systemd-container (#4593)David Knaack
2022-11-05chore: fix new clippy lints (#4557)David Knaack
2022-09-04refactor: replace `ansi_term` with `nu_ansi_term` (#4339)David Knaack
2022-08-08feat(git): replace `git2` with `git-repository` (#3883)David Knaack
2022-03-26refactor: replace module_config_derive with serde (#3786)David Knaack
2021-12-03fix(git_branch): more robust handling of .git (#3290)arcnmx
2021-11-01fix(escaping): move escaping to individual variables (#3107)Fred Cox
2021-08-14feat(git_status): dont render module output if not in git repository (#2897)filip
2021-07-16fix(windows): avoid inadvertly running exes from cwd (#2885)David Knaack
2021-07-10feat: Add the `git_metrics` module (#2827)Alexander Gonzalez
2021-01-16fix: Applied clippy warnings (#2153)Hanif Ariffin
2020-11-26fix(git_state): Handle gitdir indirection when rebasing (#1744)Gabriel de Perthuis
2020-10-14fix(git_state): remove unwrap in `describe_rebase` (#1761)David Knaack
2020-10-03fix: Pass `--no-gpg-sign` to `git commit` in tests (#1718)Logan Magee
2020-10-01test(git-state): tests failing when git init.defaultBranch set (#1692)David Barnett
2020-09-21fix(git-state): Fix discrepancy between v0.44.0 and master (#1672)Tilmann Meyer
2020-08-14fix(git_state): panic on interactive rebase (#1552)Martin Ã…kesson
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-07-07feat: refactor modules to use format strings (#1374)Zhenhui Xie
2019-11-06refactor: Refactor git state module to use module config (#605)Zhenhui Xie
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
2019-09-09fix: Lazy load git repo and only run module if not disabled (#306)Neil Kistner
2019-09-07feat: Add the ability to configure per-module color styles (#285)Kevin Song
2019-09-05feat: Adds Git State module for showing "REBASING 2/3", etc. (#276)Nick Young