Age | Commit message (Expand) | Author |
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 |
2014-05-26 | added prefix/suffix variable for customizability | r3dDoX |
2014-05-25 | added new function to get number of commits ahead of remote | r3dDoX |
2014-05-25 | replaced hardcoded origin/{branch-name} with @{upstream} which gets the upstr... | r3dDoX |
2013-12-06 | accidentally blew away a git config setting used for another purpose, renamin... | Michael Orr |
2013-11-20 | adding a check for git config option to disable git_prompt_info() on a per re... | Michael Orr |
2013-06-12 | Fixed slow behavior when using GitHub wrappers | Theodore Kokkoris |
2013-05-19 | Adding a fix for the DISABLE_UNTRACKED_FILES_DIRTY option. | Christopher Roach |
2013-04-23 | Resolving conflict when merging in 1570 | Robby Russell |
2013-04-23 | Merge pull request #1740 from felipec/fc/git | Robby Russell |
2013-04-22 | Added option to allow untracked files as non dirty | Jeremy Attali |
2013-04-21 | git: fix parse_git_dirty() | Felipe Contreras |
2013-04-07 | Merge pull request #1654 from bertag/parse-git-dirty-support-for-1.6 | Robby Russell |
2013-04-03 | This fixes checking for git untracked items | Christian Höltje |
2013-03-26 | Merge pull request #1661 from hellerbarde/master | Robby Russell |
2013-03-14 | fix git_prompt_status() to not say the repository has untracked files all the... | Philip Stark |
2013-03-11 | Tweaked parse_git_dirty() in lib/git.zsh to support proper dirty/clean parsin... | bertag |
2013-02-19 | pipe git version check error to /dev/null (for when git doesn't exist) | Thomas Minor |
2013-02-13 | Did a full circle and went back to # On branch master | Yoav Weiss |
2013-02-13 | Fixed dirty check to include files added to index | Yoav Weiss |
2013-01-30 | Closer to original status command, using SUBMODULE SYNTAX | Yoav Weiss |
2013-01-27 | Faster dirty git status check (using git diff) | Yoav Weiss |