1. 29 Aug, 2018 1 commit
  2. 23 Aug, 2018 1 commit
  3. 15 Aug, 2018 1 commit
  4. 13 Aug, 2018 1 commit
  5. 30 Jun, 2018 1 commit
  6. 12 Jun, 2018 1 commit
  7. 20 May, 2018 1 commit
  8. 25 Apr, 2018 1 commit
  9. 07 Nov, 2017 2 commits
  10. 01 Nov, 2017 1 commit
  11. 17 Dec, 2016 1 commit
    • Felipe Guilherme's avatar
      Add git alias for staging tracked files (#5178) · 456341fd
      Felipe Guilherme authored
      Although `gaa` (git add --all) is cool, it stages every file, tracked or
      not, if it is not on .gitignore.
      
      Sometimes we want to just stage everything we are working on, that is
      already tracked. For that reason, 'gau' can save us some time.
      456341fd
  12. 16 Nov, 2016 1 commit
  13. 04 Oct, 2016 1 commit
  14. 02 Oct, 2016 1 commit
  15. 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
  16. 20 Sep, 2016 1 commit
  17. 05 Sep, 2016 1 commit
  18. 21 Aug, 2016 1 commit
  19. 20 Aug, 2016 1 commit
  20. 18 Aug, 2016 1 commit
  21. 15 Aug, 2016 1 commit
  22. 11 Aug, 2016 1 commit
  23. 07 Aug, 2016 1 commit
  24. 01 Aug, 2016 1 commit
  25. 20 Jun, 2016 1 commit
  26. 31 May, 2016 1 commit
  27. 26 May, 2016 1 commit
  28. 18 May, 2016 1 commit
  29. 14 May, 2016 1 commit
  30. 10 Feb, 2016 1 commit
  31. 25 Dec, 2015 1 commit
  32. 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
  33. 10 Oct, 2015 1 commit
  34. 09 Oct, 2015 1 commit
  35. 24 Sep, 2015 1 commit
  36. 30 Jul, 2015 1 commit
  37. 30 Jun, 2015 1 commit
  38. 17 Jun, 2015 2 commits