summaryrefslogtreecommitdiff
path: root/plugins/git-prompt/git-prompt.plugin.zsh
AgeCommit message (Collapse)Author
2022-11-14feat(git-prompt): add option to show upstream branch (#11336)Lennart Ochel
2022-11-12feat(git-prompt): show deleted files (#11245)Lennart Ochel
2022-04-09fix: use `python3` for all `python` invocations (#10832)Carlo Sala
2021-12-28chore: fix comment bulk replaceMarc Cornellà
2021-12-28refactor: handle `$0` according to the Zsh plugin standard (#10518)Curtis Rueden
For details and rationale, see: https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html Closes #10518
2021-01-15feat(git-prompt): display stash count in promptArnaud Thimel
2021-01-15feat(git-prompt): display untracked files countArnaud Thimel
Closes #8435 Closes #4880
2019-11-19Use safer append to hook function arrays (#8406)Jacob Tomaw
Use add-zsh-hook to add functions to hooks. That way they won't be added again when doing `source ~/.zshrc` multiple times. Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2019-04-09git-prompt: add README (#7554)Jayden Thrasher
2018-08-07use https everywhere (#6574)Janosch Schwalm
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.
2015-08-16Cleanup of git-prompt plugin fileMarc Cornellà
2015-08-16Pull in latest version from olivierverdier/zsh-git-promptMarc Cornellà
2015-02-10Clean up appearance lib file and redundant `colors` calls in other filesMarc Cornellà
2011-04-28add git-prompt plugin from olivierverdier/zsh-git-promptJustin Riley