1. 28 Jun, 2014 2 commits
  2. 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
  3. 20 Nov, 2013 1 commit
  4. 12 Jun, 2013 1 commit
  5. 19 May, 2013 1 commit
  6. 22 Apr, 2013 1 commit
  7. 21 Apr, 2013 1 commit
  8. 04 Apr, 2013 1 commit
  9. 13 Mar, 2013 1 commit
  10. 11 Mar, 2013 1 commit
  11. 19 Feb, 2013 1 commit
  12. 13 Feb, 2013 2 commits
  13. 30 Jan, 2013 1 commit
  14. 27 Jan, 2013 1 commit
  15. 07 Dec, 2012 1 commit
  16. 31 Jul, 2012 1 commit
  17. 29 Jul, 2012 1 commit
    • Caio Romão's avatar
      Add branch status support to git_prompt_status · a3c2a2f6
      Caio Romão authored
      This patch makes git_prompt_status support three new status variables:
      
       - ZSH_THEME_GIT_PROMPT_AHEAD
       - ZSH_THEME_GIT_PROMPT_BEHIND
       - ZSH_THEME_GIT_PROMPT_DIVERGED
      
      With these extra variables it's easy to see (1) if you have commits in
      your local branch that weren't pushed to the remote (AHEAD), (2) if
      there are commits in the remote that you haven't merged/rebased yet
      (BEHIND) or (3) if you have local unpushed commits AND the remote has
      some commits you haven't merged yet (DIVERGED).
      
      Refer to the first line displayed on `git status -b --porcelain`.
      
      An example setup in a .zsh-theme file would be:
      
      ZSH_THEME_GIT_PROMPT_AHEAD="↑"
      ZSH_THEME_GIT_PROMPT_BEHIND="↓"
      ZSH_THEME_GIT_PROMPT_DIVERGED=""
      a3c2a2f6
  18. 18 Apr, 2012 1 commit
    • Martin Meredith's avatar
      Add option to disable status notification · 8ce35df2
      Martin Meredith authored
      For certain git repositories, this slows down usage
      of the shell horifically.
      
      This option can be set with
      
          git config --add oh-my-zsh.hide-status 1
      
      which will disable checking/showing the status notification
      8ce35df2
  19. 21 Feb, 2012 1 commit
  20. 08 Feb, 2012 3 commits
  21. 27 Jan, 2012 1 commit
  22. 26 Jan, 2012 1 commit
  23. 21 Dec, 2011 1 commit
  24. 14 Jul, 2011 1 commit
  25. 31 May, 2011 1 commit
  26. 09 May, 2011 1 commit
  27. 29 Apr, 2011 1 commit
    • Juan G. Hurtado's avatar
      Adds new prompt methods on Git lib · 077baa7b
      Juan G. Hurtado authored
      Modifies the Git lib file (lib/git.zsh), adding three new prompt
      methods:
      
      - git_prompt_ahead(): Shows the content of the custom var
        $ZSH_THEME_GIT_PROMPT_AHEAD if the local repository has
        commits ahead from the remote origin repository
      
      - git_prompt_short_sha(): Shows last commit SHA hash in short
        mode wrapped between the content of the custom vars
        $ZSH_THEME_GIT_PROMPT_SHA_BEFORE and
        $ZSH_THEME_GIT_PROMPT_SHA_AFTER
      
      - git_prompt_long_sha(): Shows last commit SHA hash in long
        mode wrapped between the content of the custom vars
        $ZSH_THEME_GIT_PROMPT_SHA_BEFORE and
        $ZSH_THEME_GIT_PROMPT_SHA_AFTER
      077baa7b
  28. 20 Mar, 2011 1 commit
  29. 04 Feb, 2011 1 commit
  30. 09 Oct, 2010 1 commit
  31. 08 Oct, 2010 1 commit
  32. 03 Jun, 2010 2 commits
  33. 07 May, 2010 1 commit
  34. 28 Dec, 2009 1 commit
  35. 25 Nov, 2009 1 commit