1. 09 Oct, 2020 3 commits
  2. 06 Jul, 2020 1 commit
  3. 30 Jun, 2020 1 commit
    • Patrick Moore's avatar
      Handle unset variables in various parts of the codebase (#8944) · e606ac70
      Patrick Moore authored
      DISABLE_UNTRACKED_FILES_DIRTY, DISABLE_AUTO_TITLE, GIT_STATUS_IGNORE_SUBMODULES are not set
      Handle these variables not being set with conditional access.
      
      If the user has set -u option to report attempts to use undeclared / unassigned variable, accessing the variables needs to be conditional.
      e606ac70
  4. 10 Feb, 2020 1 commit
  5. 06 Nov, 2019 3 commits
  6. 09 Apr, 2019 1 commit
  7. 08 Sep, 2018 1 commit
  8. 15 Apr, 2018 1 commit
  9. 23 Jan, 2018 1 commit
  10. 14 Nov, 2017 1 commit
  11. 07 Sep, 2016 1 commit
  12. 05 Sep, 2016 1 commit
  13. 01 Aug, 2016 1 commit
    • Steven's avatar
      Updated git_commits_ahead function (#5247) · 61981951
      Steven authored
      * Function wasn't returning correct value
      * Updated underlying git command
      * Kept echo command from previous function for backwards compatibility
      * Kept function consistent with git_commits_behind
      61981951
  14. 15 Jul, 2016 1 commit
  15. 31 Mar, 2016 1 commit
  16. 13 Jan, 2016 1 commit
  17. 17 Dec, 2015 1 commit
    • Marc Cornellà's avatar
      Put `local var` declaration in its own line in lib/git.zsh · 08423849
      Marc Cornellà authored
      In places, the local statement will override the exit code and the written
      command won't have the effect intended when it was written.
      
      For example, when it's not inside a git repo the exit code won't be true,
      but the local statement will make it true regardless. See #4708.
      08423849
  18. 15 Dec, 2015 1 commit
    • Andrew Janke's avatar
      Move current_branch() from git plugin to core lib/git.zsh · 9f552130
      Andrew Janke authored
      Fixes #4085: core -> plugin dependency issue.
      Rename it to git_current_branch for clarity that it's git-specific.
      Update all plugins that were calling it to use new name.
      Fix variable leaks by making more variables in lib/git.zsh local.
      Have lib/git.zsh use [[ ]] instead of [ ] everywhere.
      9f552130
  19. 23 Sep, 2015 2 commits
  20. 15 Jun, 2015 1 commit
  21. 10 Jun, 2015 2 commits
    • Adam Lindberg's avatar
      Add git_prompt_behind and git_prompt_exists · 2d40cc0b
      Adam Lindberg authored
      This adds two new theme functions for git:
      * `git_prompt_behind` works in a identical fashion to `git_prompt_ahead`
        and will output a format variable (`ZSH_THEME_GIT_PROMPT_BEHIND`) if
        the branch is behind.
      * `git_prompt_remote` will output one format variable if the branch
        exists on remote (`ZSH_THEME_GIT_PROMPT_REMOTE_EXISTS`), and another
        if the branch is unpublished (`ZSH_THEME_GIT_PROMPT_REMOTE_MISSING`).
      
      The old `git_prompt_ahead` has been changed. Using git log is subject
      to formatting in .gitconfig, which can be overridden and will break
      this function. Relying on rev-list is much more stable.
      2d40cc0b
    • leif.hanack's avatar
  22. 19 Nov, 2014 1 commit
  23. 16 Nov, 2014 1 commit
  24. 03 Jul, 2014 2 commits
  25. 28 Jun, 2014 2 commits
  26. 10 Jun, 2014 1 commit
    • ncanceill's avatar
      return 0 when not a git repo · 7fbbf28e
      ncanceill authored
      before, 128 was returned, which could display an error,
      but out of a git repo this should exit silently
      fixes #2226
      7fbbf28e
  27. 26 May, 2014 1 commit
  28. 25 May, 2014 2 commits
  29. 06 Dec, 2013 1 commit
  30. 20 Nov, 2013 1 commit
  31. 12 Jun, 2013 1 commit