1. 07 Dec, 2012 1 commit
  2. 02 Dec, 2012 3 commits
  3. 14 Nov, 2012 1 commit
    • CHH's avatar
      Improved statistics functions, effect: · 5b2ca387
      CHH authored
       1  1124  24.6006%    c
       2  985   21.5583%    git
       3  343   7.50711%    rails
       4  328   7.17881%    cd
       5  314   6.8724%     rspec
       6  257   5.62486%    la
       7  197   4.31167%    rake
       8  154   3.37054%    s
       9  109   2.38564%    ..
      10  95    2.07923%    rvm
      11  68    1.48829%    guard
      12  36    0.787919%   bundle
      13  29    0.634712%   ssh
      14  28    0.612826%   pry
      15  27    0.590939%   open
      16  26    0.569052%   middleman
      17  26    0.569052%   gem
      18  24    0.525279%   rm
      19  24    0.525279%   heroku
      20  23    0.503392%   nvm
      5b2ca387
  4. 13 Oct, 2012 1 commit
  5. 03 Oct, 2012 1 commit
    • Markus Scherer's avatar
      fix title setting bug in xterm and urxvt · 43bd46b7
      Markus Scherer authored
      Before this patch, commands containing %-signs set the title wrong
      (urxvt and xterm) [1] and produce strange output in urxvt [2].
      
      test for bug 1:
      > sleep 10 && echo %
      sets title to "sleep 10 && echo %<<"
      > sleep 10 && echo %f
      doesn't change the title at all
      
      test for bug 2 (only urxvt):
      > echo %f
      39m%f
      ^^^^^----- output
      43bd46b7
  6. 26 Sep, 2012 2 commits
  7. 05 Aug, 2012 1 commit
  8. 01 Aug, 2012 1 commit
  9. 31 Jul, 2012 1 commit
  10. 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
  11. 26 Jul, 2012 1 commit
  12. 12 Jun, 2012 1 commit
  13. 18 Mar, 2012 1 commit
  14. 07 Mar, 2012 1 commit
  15. 01 Mar, 2012 1 commit
  16. 28 Feb, 2012 1 commit
  17. 21 Feb, 2012 1 commit
  18. 08 Feb, 2012 3 commits
  19. 27 Jan, 2012 2 commits
  20. 26 Jan, 2012 1 commit
  21. 30 Dec, 2011 1 commit
  22. 25 Dec, 2011 1 commit
  23. 22 Dec, 2011 1 commit
  24. 21 Dec, 2011 1 commit
  25. 03 Dec, 2011 1 commit
  26. 15 Nov, 2011 1 commit
  27. 31 Aug, 2011 1 commit
  28. 28 Jul, 2011 1 commit
  29. 24 Jul, 2011 1 commit
  30. 23 Jul, 2011 4 commits
  31. 18 Jul, 2011 1 commit