summaryrefslogtreecommitdiff
path: root/lib/git.zsh
AgeCommit message (Expand)Author
2024-09-15fix(git): update prefix map for modified files (#12674)Saravana J
2024-06-12fix(lib/git): turn off async prompt for zsh < 5.0.6Marc Cornellà
2024-04-22chore(async): reenable async prompt by default on zsh < 5.0.6 (#12358)Marc Cornellà
2024-04-17fix(git): turn off async prompt by default on zsh < 5.0.6 (#12331)Marc Cornellà
2024-04-05fix(lib/git): fix detection of function use in promptMarc Cornellà
2024-04-04fix(git): disable locally `ksharrays`Carlo Sala
2024-04-03feat(git): implement async completion for `git_prompt_status` (#12319)Loïc Yhuel
2024-04-03feat(git)!: enable async git prompt (now for real)Marc Cornellà
2024-03-09fix(async): register the git prompt async handler correctly (#12267)Marc Cornellà
2024-03-07fix(git): disable temporarely async promptCarlo Sala
2024-03-07feat(async)!: implement async prompt API and apply to git prompt (#12257)Marc Cornellà
2022-11-08feat(git): display tag in git-prompt when possible (#11318)Banst
2022-05-12Revert "fix(lib): don't return clean with `hide-dirty=1` in `parse_git_dirty`...Marc Cornellà
2022-05-12fix(lib): don't return clean with `hide-dirty=1` in `parse_git_dirty` (#10897)Will LE
2022-01-03fix(lib): quote % in `git_remote_status`Marc Cornellà
2021-12-13fix(lib): %-quote git prompt functionsMarc Cornellà
2021-11-09style: use `-n` flag in `head` and `tail` commands (#10391)Kevin Burke
2021-10-09fix(lib): fix status exit code check in `git_prompt_status` (#10275)Pooya Vahidi
2021-01-16fix(lib): use -N syntax in `head` and `tail` to support Solaris (#6391)Marc Cornellà
2021-01-02fix(lib): mark changes as MODIFIED on 'MM' in `git_prompt_status` (#9552)Seamile
2020-12-10chore!: notify breaking change in `git_prompt_info`Marc Cornellà
2020-12-10feat(lib): show upstream branch in `git_prompt_info` (#9188)Bruno Borges
2020-10-10lib: fix regex bug in git_prompt_statusMarc Cornellà
2020-10-09Fix performance drop of iterating over lines and other stuffMarc Cornellà
2020-10-09git_prompt_status now uses hash lookups instead of multiple grepsBilly Conn
2020-10-09lib: hide git_prompt_status when hide-status is setMichał Dębski
2020-07-06lib: safety fix and speed-ups for git.zsh prompt functions (#7804)Robert Estelle
2020-06-30Handle unset variables in various parts of the codebase (#8944)Patrick Moore
2020-02-10lib: add git function to determine repository name (#4989)Evan Chiu
2019-11-06Fix badly resolved rebase conflictMarc Cornellà
2019-11-06Clean up ignore submodules logic in parse_git_dirtyMarc Cornellà
2019-11-06Add an option about git submodules to ignoreWang Guan
2019-04-09lib: stop detecting git versions prior to 1.7.2Marc Cornellà
2018-09-08lib: small change to git_compare_versionMarc Cornellà
2018-04-15Fix git_commits_{ahead,before} when no upstream branch is defined (#6658)Jacopo De Simoi
2018-01-22Add match for `MM` (result of `git commit -p` on a single changed file) to gi...Kimberly Zick
2017-11-14With zsh 5.4 a simple "local FLAGS" meant as an array must be explicitly decl...catull
2016-09-08Fix git_prompt_status() not showing ahead/behind/diverged status correctly (#...Yuichi Tanikawa
2016-09-05git: output nothing when no commits ahead or behindMarc Cornellà
2016-08-01Updated git_commits_ahead function (#5247)Steven
2016-07-15lib/git.zsh: Added git_commits_behind function (#4450)Steven
2016-03-31Add git user profile functions for prompt displayAesop Wolf
2016-01-13Re-added $ZSH_THEME_GIT_PROMPT_EQUAL_REMOTEMichele Bologna
2015-12-17Put `local var` declaration in its own line in lib/git.zshMarc Cornellà
2015-12-14Move current_branch() from git plugin to core lib/git.zshAndrew Janke
2015-09-23fix indentationMichele Bologna
2015-09-23Uniform git prompt equal remoteMichele Bologna
2015-06-15In addition to the already existing variables ZSH_THEME_GIT_PROMPT for behind,Michele Bologna
2015-06-10Add git_prompt_behind and git_prompt_existsAdam Lindberg
2015-06-10Added a possibility to display the remote branch and the number of commits yo...leif.hanack