summaryrefslogtreecommitdiff
path: root/lib/git.zsh
AgeCommit message (Expand)Author
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
2013-06-12Fixed slow behavior when using GitHub wrappersTheodore Kokkoris
2013-05-19Adding a fix for the DISABLE_UNTRACKED_FILES_DIRTY option.Christopher Roach
2013-04-23Resolving conflict when merging in 1570Robby Russell
2013-04-23Merge pull request #1740 from felipec/fc/gitRobby Russell
2013-04-22Added option to allow untracked files as non dirtyJeremy Attali
2013-04-21git: fix parse_git_dirty()Felipe Contreras
2013-04-07Merge pull request #1654 from bertag/parse-git-dirty-support-for-1.6Robby Russell
2013-04-03This fixes checking for git untracked itemsChristian Höltje
2013-03-26Merge pull request #1661 from hellerbarde/masterRobby Russell
2013-03-14fix git_prompt_status() to not say the repository has untracked files all the...Philip Stark
2013-03-11Tweaked parse_git_dirty() in lib/git.zsh to support proper dirty/clean parsin...bertag