1. 30 Dec, 2016 1 commit
  2. 15 Nov, 2016 1 commit
  3. 03 Nov, 2016 1 commit
  4. 02 Nov, 2016 2 commits
  5. 11 Oct, 2016 1 commit
  6. 10 Oct, 2016 4 commits
  7. 03 Oct, 2016 4 commits
  8. 21 Sep, 2016 2 commits
  9. 07 Sep, 2016 1 commit
  10. 05 Sep, 2016 1 commit
  11. 09 Aug, 2016 1 commit
  12. 07 Aug, 2016 1 commit
    • Luke Childs's avatar
      nvm plugin improvements (#5265) · a7de0fab
      Luke Childs authored
      * Export $NVM_DIR if it doesn't exist and use it when looking for nvm
      * Use $NVM_DIR when looking for nvm for completion
      * Use $NVM_DIR when looking for nvm in nvm_prompt_info
      a7de0fab
  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. 12 May, 2016 2 commits
  16. 31 Mar, 2016 1 commit
  17. 13 Jan, 2016 1 commit
  18. 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
  19. 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
  20. 14 Dec, 2015 3 commits
    • moyamo's avatar
      Fix indentation · 71deb745
      moyamo authored
      71deb745
    • moyamo's avatar
      Default to using terminfo to set the terminal title · d7797503
      moyamo authored
      Currently, the title is only set on supported terminals (i.e. xterm,
      urxvt, screen etc.). Using terminfo entries to set the terminal title
      adds support for many more terminals.
      d7797503
    • desrum_m's avatar
      Better research history with arrow keys · 95aa9bd9
      desrum_m authored
      This change enables UP-arrow and DOWN-arrow full-line history completion.
      For example, if you write `git clone` and press UP:
      
      - Before this change,
        it will use the last command that starts with `git`.
      
      - After this change,
        it will use the last command that starts with `git clone`.
      95aa9bd9
  21. 13 Dec, 2015 1 commit
  22. 01 Dec, 2015 4 commits
  23. 30 Nov, 2015 4 commits