summaryrefslogtreecommitdiffstats
path: root/src/modules/git_commit.rs
AgeCommit message (Expand)Author
2023-02-21chore: use updated gitoxide crate names (#4913)David Knaack
2022-12-24build(deps): update gitoxide crates (#4748)David Knaack
2022-12-18fix(git_commit): fix potential test failure (#4734)Foster Z
2022-11-22feat(git_commit): support showing lightweight tags (#4632)David Knaack
2022-11-12build(deps): upgrade to git-repository v0.27 (#4588)Sebastian Thiel
2022-11-06fix(git): check `tag_disabled` option (#4527)Loong Wang
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-19perf(git_commit): only use exact match for tag by default (#4281)David Knaack
2022-08-18fix(git): upgrade `gitoxide` to v0.21 (#4277)Sebastian Thiel
2022-08-08feat(git): replace `git2` with `git-repository` (#3883)David Knaack
2022-05-23chore(clippy): fix new lints (#4002)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-12-03chore(clippy): fix new clippy lints (#3294)David Knaack
2021-11-01fix(escaping): move escaping to individual variables (#3107)Fred Cox
2021-07-16fix(windows): avoid inadvertly running exes from cwd (#2885)David Knaack
2021-07-04refactor(git_commit): small refactor to remove duplicate code (#2752)filip
2021-05-19fix(git_commit): remove unwraps (#2743)David Knaack
2021-05-08fix(git_commit): leading space in git commit tag (#2697)Jason-S-Ross
2021-03-25chore(clippy): fix new lints (#2507)David Knaack
2020-12-07fix(git_commit): show last created tag on current commit (#1919)Miguel Ángel Melón Pérez
2020-10-23feat(git_commit): add git tag to module (#950)Miguel Ángel Melón Pérez
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-07-07feat: refactor modules to use format strings (#1374)Zhenhui Xie
2020-02-12feat(git_commit): Show the hash of commits when detached HEAD (#738)nesmyslny
2019-12-06feat: Add git_commit module (#673)Qingping Hou