summaryrefslogtreecommitdiffstats
path: root/src/modules/git_branch.rs
AgeCommit message (Expand)Author
2021-04-01fix(git_branch): Make Git branch module support bare repositories (#2522)Kim Christensen
2021-03-25chore(clippy): fix new lints (#2507)David Knaack
2020-12-16refactor: a few low-hanging optimizations (#1992)Alexandru Macovei
2020-12-08feat(git_branch): show remote name (#1972)Sagittarius-a
2020-11-23feat(git_branch): add remote branch name if different than local branch (#1915)Sagittarius-a
2020-11-23feat(git_branch): add 'only_attached' config bool (#1910)Aaron Gable
2020-09-28feat: add error messaging (#1576)Tilmann Meyer
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-07-07feat: refactor modules to use format strings (#1374)Zhenhui Xie
2020-04-11revert: fix(git_branch,git_status): implement fallback branch_n… (#1092)Thomas O'Donnell
2020-04-07fix: implement fallback branch_name for bare git repos (#1035)Hendrik Rombach
2019-10-24refactor: Remove to remove unneeded mutability (#577)Thomas O'Donnell
2019-10-15refactor: Refactor git_branch module to use new module config (#535)Matias Kotlik
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-02feat: added truncation_length/symbol to git_branch (#268)Titouan Vervack
2019-08-05fix: Address longstanding linter errorsMatan Kushner
2019-07-19docs: Add vuepress with initial docs (#99)Tiffany Le-Nguyen
2019-07-14chore: Refactor getting string values from config (#94)Matan Kushner
2019-07-02feat: Add a `disabled` configuration option for modules (#86)Matan Kushner
2019-06-10Add support for prompt configuration (#62)Matan Kushner
2019-05-13Implement the git status module (#45)Matan Kushner
2019-05-09Parallelize prompt modules (#46)Matan Kushner
2019-05-01Refactor segments into modules (#40)Matan Kushner
2019-04-26Add the Git branch segment (#32)Matan Kushner