summaryrefslogtreecommitdiff
path: root/lib/git.zsh
AgeCommit message (Expand)Author
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
2014-12-14Merge pull request #3326 from DanielFGray/masterRobby Russell
2014-11-19Switch back to oh-my-zsh.hide-dirty setting againMarc Cornellà
2014-11-16ignore any grep aliases that might be definedDanielFGray
2014-11-062928 merge conflictRobby Russell
2014-11-06Merge pull request #2323 from michaelorr/slow-git-fixRobby Russell
2014-07-15Merge pull request #2828 from r3dDoX/masterRobby Russell
2014-07-03Fix POST_1_7_2_GIT check for parse_git_dirty submodules.Simon Buchan
2014-07-03Fix parse_git_dirty() when status.branch is set.Simon Buchan
2014-06-28git_prompt_info: ignore git-config errorsAlbert Krewinkel
2014-06-28Add missing `command` wrapper for gitMikhail S. Pobolovets
2014-06-10return 0 when not a git reponcanceill
2014-05-26added prefix/suffix variable for customizabilityr3dDoX
2014-05-25added new function to get number of commits ahead of remoter3dDoX
2014-05-25replaced hardcoded origin/{branch-name} with @{upstream} which gets the upstr...r3dDoX
2013-12-06accidentally blew away a git config setting used for another purpose, renamin...Michael Orr
2013-11-20adding a check for git config option to disable git_prompt_info() on a per re...Michael Orr