89 Commits (173d4ca68f1ff4b04e9f3fd783244c309d848092)

Author SHA1 Message Date
Evan Chiu 1c300d3a76 lib: add git function to determine repository name (#4989) 6 years ago
Marc Cornellà 1546e1226a Fix badly resolved rebase conflict 6 years ago
Marc Cornellà b7e37cea90 Clean up ignore submodules logic in parse_git_dirty 6 years ago
Wang Guan 7cc3a32bff Add an option about git submodules to ignore 6 years ago
Marc Cornellà 5911aea46c
lib: stop detecting git versions prior to 1.7.2 7 years ago
Marc Cornellà f75d096c1a
lib: small change to git_compare_version 8 years ago
Jacopo De Simoi ccd02866f6 Fix git_commits_{ahead,before} when no upstream branch is defined (#6658) 8 years ago
Kimberly Zick 2b6c502aa5 Add match for `MM` (result of `git commit -p` on a single changed file) to git_prompt_status (#3632) 8 years ago
catull d792b1114c With zsh 5.4 a simple "local FLAGS" meant as an array must be explicitly declared so. This fix avoids the dreaded "parse_git_dirty:3: FLAGS: attempt to assign array value to non-array". (#6414) 8 years ago
Yuichi Tanikawa 27fff27253 Fix git_prompt_status() not showing ahead/behind/diverged status correctly (#5388) 10 years ago
Marc Cornellà 71201ffd67 git: output nothing when no commits ahead or behind 10 years ago
Steven 61981951b1 Updated git_commits_ahead function (#5247) 10 years ago
Steven 96a2092e37 lib/git.zsh: Added git_commits_behind function (#4450) 10 years ago
Aesop Wolf 69e1506ad9 Add git user profile functions for prompt display 10 years ago
Michele Bologna 87f8251388 Re-added $ZSH_THEME_GIT_PROMPT_EQUAL_REMOTE 10 years ago
Marc Cornellà 0842384987 Put `local var` declaration in its own line in lib/git.zsh 10 years ago
Andrew Janke 9f552130bd Move current_branch() from git plugin to core lib/git.zsh 10 years ago
Michele Bologna 12e99b5334 fix indentation 11 years ago
Michele Bologna 5323954c98 Uniform git prompt equal remote 11 years ago
Michele Bologna 01e355fb1e In addition to the already existing variables ZSH_THEME_GIT_PROMPT for behind, 11 years ago
Adam Lindberg 2d40cc0bb3 Add git_prompt_behind and git_prompt_exists 11 years ago
leif.hanack 70c4a27fd6 Added a possibility to display the remote branch and the number of commits you are ahead or behind 11 years ago
Marc Cornellà a301f567e3 Switch back to oh-my-zsh.hide-dirty setting again 11 years ago
DanielFGray 00ec11d3c0 ignore any grep aliases that might be defined 12 years ago
Simon Buchan 2927ce3714 Fix POST_1_7_2_GIT check for parse_git_dirty submodules. 12 years ago
Simon Buchan 676fb4e420 Fix parse_git_dirty() when status.branch is set. 12 years ago
Albert Krewinkel c5d9fc9968 git_prompt_info: ignore git-config errors 12 years ago
Mikhail S. Pobolovets 49161e7847 Add missing `command` wrapper for git 12 years ago
ncanceill 7fbbf28e6e return 0 when not a git repo 12 years ago
r3dDoX 514693125b added prefix/suffix variable for customizability 12 years ago
r3dDoX 59c8fcc712 added new function to get number of commits ahead of remote 12 years ago
r3dDoX 3c485db8c7 replaced hardcoded origin/{branch-name} with @{upstream} which gets the upstream branch since git 1.7.0 12 years ago
Michael Orr 9b811fb625 accidentally blew away a git config setting used for another purpose, renaming in order to distinguish 12 years ago
Michael Orr fbd479b68e adding a check for git config option to disable git_prompt_info() on a per repo basis 13 years ago
Theodore Kokkoris 9703eba66e Fixed slow behavior when using GitHub wrappers 13 years ago
Christopher Roach 4ff861ee11 Adding a fix for the DISABLE_UNTRACKED_FILES_DIRTY option. 13 years ago
Jeremy Attali e41714d72c Added option to allow untracked files as non dirty 13 years ago
Felipe Contreras d615f64374 git: fix parse_git_dirty() 13 years ago
Christian Höltje 8890450684 This fixes checking for git untracked items 13 years ago
Philip Stark 56e835426b fix git_prompt_status() to not say the repository has untracked files all the time 13 years ago
bertag 72ec24108a Tweaked parse_git_dirty() in lib/git.zsh to support proper dirty/clean parsing against both git 1.6 and git 1.7+ 13 years ago
Thomas Minor 3db22634a1 pipe git version check error to /dev/null (for when git doesn't exist) 13 years ago
Yoav Weiss 9245a30868 Did a full circle and went back to # On branch master 13 years ago
Yoav Weiss 11576dd40b Fixed dirty check to include files added to index 13 years ago
Yoav Weiss 171a76a3c4 Closer to original status command, using SUBMODULE SYNTAX 13 years ago
Yoav Weiss 2e213b9b8f Faster dirty git status check (using git diff) 13 years ago
MAD b9a989fea5 Add Stash toogle to display if there's some stash or not in `git_prompt_status` 13 years ago
Ted Vessenes 027fcccc92 Make git use sha when branch name is missing. 14 years ago
Caio Romão a3c2a2f6e8 Add branch status support to git_prompt_status 14 years ago
Martin Meredith 8ce35df2c5 Add option to disable status notification 14 years ago