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