1. 04 Oct, 2016 1 commit
  2. 02 Oct, 2016 1 commit
  3. 30 Sep, 2016 1 commit
    • Allan Lewis's avatar
      git.plugin.zsh: Don't run Git hooks when making a WIP commit (#4751) · c713407f
      Allan Lewis authored
      When making a WIP commit, we generally just want to save the state of the
      current branch temporarily, maybe because we want to push our work for backup
      purposes, or change branch to work on something else. Therefore, it's generally
      undesirable to run Git hooks, which might do things like run linters, because
      we probably don't care if our WIP has lint errors.
      c713407f
  4. 20 Sep, 2016 1 commit
  5. 05 Sep, 2016 1 commit
  6. 21 Aug, 2016 1 commit
  7. 20 Aug, 2016 1 commit
  8. 18 Aug, 2016 1 commit
  9. 15 Aug, 2016 1 commit
  10. 11 Aug, 2016 1 commit
  11. 07 Aug, 2016 1 commit
  12. 01 Aug, 2016 1 commit
  13. 20 Jun, 2016 1 commit
  14. 31 May, 2016 1 commit
  15. 26 May, 2016 1 commit
  16. 18 May, 2016 1 commit
  17. 14 May, 2016 1 commit
  18. 10 Feb, 2016 1 commit
  19. 25 Dec, 2015 1 commit
  20. 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
  21. 10 Oct, 2015 1 commit
  22. 09 Oct, 2015 1 commit
  23. 24 Sep, 2015 1 commit
  24. 30 Jul, 2015 1 commit
  25. 30 Jun, 2015 1 commit
  26. 17 Jun, 2015 2 commits
  27. 12 Jun, 2015 1 commit
    • ncanceill's avatar
      git plugin: new/changed aliases · f1a43daa
      ncanceill authored
      gaa was brought back by popular demand — see #3535
      gap was replaced with gapa — see #3682
      gdc was replaced with gdca — see #3977
      f1a43daa
  28. 11 Jun, 2015 5 commits
  29. 08 May, 2015 1 commit
  30. 04 Feb, 2015 1 commit
  31. 04 Sep, 2014 1 commit
  32. 01 Sep, 2014 1 commit
  33. 22 Aug, 2014 1 commit
  34. 10 Aug, 2014 1 commit
  35. 09 Aug, 2014 1 commit