1. 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
  2. 14 Dec, 2015 3 commits
  3. 13 Dec, 2015 1 commit
  4. 11 Dec, 2015 2 commits
  5. 10 Dec, 2015 1 commit
  6. 07 Dec, 2015 1 commit
  7. 06 Dec, 2015 1 commit
  8. 04 Dec, 2015 1 commit
  9. 03 Dec, 2015 1 commit
  10. 02 Dec, 2015 1 commit
  11. 30 Nov, 2015 5 commits
  12. 27 Nov, 2015 3 commits
  13. 26 Nov, 2015 1 commit
    • WeeBull's avatar
      Use actual `commit --amend` command for Mercurial · b57ddd6a
      WeeBull authored
      Rather than trying to emulate `git commit --amend` using mercurial queues (which might have side effects if you're using MQ for other things) use the `commit --amend` command which was introduced in Mercurial 2.2 (2012-05-01).
      b57ddd6a
  14. 23 Nov, 2015 1 commit
  15. 21 Nov, 2015 2 commits
  16. 18 Nov, 2015 2 commits
  17. 17 Nov, 2015 1 commit
  18. 16 Nov, 2015 2 commits
    • Andrew Janke's avatar
      Mercurial plugin: revise README · cca422ea
      Andrew Janke authored
      Closes #4616
      Changes the `plugins=(... mercurial ...)` to be closer to correct zsh syntax, removing commas and extra spaces.
      Revises discussion on configuring themes to avoid sounding like users should modify the theme definition file in the main OMZ folder. Prioritizes the suggestion of using a theme which already supports hg_prompt_info.
      cca422ea
    • Ahmad Awais's avatar
      Removed Similar Aliases · 602cc62a
      Ahmad Awais authored
      Two similar aliases which were causing issues.
      602cc62a
  19. 15 Nov, 2015 1 commit
  20. 06 Nov, 2015 1 commit
    • Andrew Janke's avatar
      Update github plugin to work with current hub versions · 24492a2f
      Andrew Janke authored
      Removes old completion setup that breaks with current _git and _hub completions.
      Ruby is no longer required by hub; removes that test.
      Does not define new completions for hub; they are now defined by hub itself.
      Change the functions to use hub to create the repos on GitHub.
      Add error checking to the functions.
      Removes apparently-unused _github completion definition.
      24492a2f
  21. 04 Nov, 2015 1 commit
  22. 01 Nov, 2015 1 commit
  23. 31 Oct, 2015 1 commit
  24. 30 Oct, 2015 1 commit
  25. 21 Oct, 2015 2 commits
  26. 20 Oct, 2015 2 commits