Age | Commit message (Expand) | Author |
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 |
2015-06-15 | In addition to the already existing variables ZSH_THEME_GIT_PROMPT for behind, | Michele Bologna |
2015-06-10 | Add git_prompt_behind and git_prompt_exists | Adam Lindberg |
2015-06-10 | Added a possibility to display the remote branch and the number of commits yo... | leif.hanack |
2014-12-14 | Merge pull request #3326 from DanielFGray/master | Robby Russell |
2014-11-19 | Switch back to oh-my-zsh.hide-dirty setting again | Marc Cornellà |
2014-11-16 | ignore any grep aliases that might be defined | DanielFGray |
2014-11-06 | 2928 merge conflict | Robby Russell |
2014-11-06 | Merge pull request #2323 from michaelorr/slow-git-fix | Robby Russell |
2014-07-15 | Merge pull request #2828 from r3dDoX/master | Robby Russell |
2014-07-03 | Fix POST_1_7_2_GIT check for parse_git_dirty submodules. | Simon Buchan |
2014-07-03 | Fix parse_git_dirty() when status.branch is set. | Simon Buchan |
2014-06-28 | git_prompt_info: ignore git-config errors | Albert Krewinkel |
2014-06-28 | Add missing `command` wrapper for git | Mikhail S. Pobolovets |
2014-06-10 | return 0 when not a git repo | ncanceill |