1. 18 12月, 2016 1 次提交
    • F
      Add git alias for staging tracked files (#5178) · 456341fd
      Felipe Guilherme 提交于
      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
  2. 16 11月, 2016 1 次提交
  3. 04 10月, 2016 1 次提交
  4. 03 10月, 2016 1 次提交
  5. 30 9月, 2016 1 次提交
    • A
      git.plugin.zsh: Don't run Git hooks when making a WIP commit (#4751) · c713407f
      Allan Lewis 提交于
      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
  6. 20 9月, 2016 1 次提交
  7. 05 9月, 2016 1 次提交
  8. 22 8月, 2016 1 次提交
  9. 21 8月, 2016 1 次提交
  10. 18 8月, 2016 1 次提交
  11. 15 8月, 2016 1 次提交
  12. 11 8月, 2016 1 次提交
  13. 08 8月, 2016 1 次提交
  14. 02 8月, 2016 1 次提交
  15. 21 6月, 2016 1 次提交
  16. 31 5月, 2016 1 次提交
  17. 27 5月, 2016 1 次提交
  18. 18 5月, 2016 1 次提交
  19. 14 5月, 2016 1 次提交
  20. 11 2月, 2016 1 次提交
  21. 25 12月, 2015 1 次提交
  22. 15 12月, 2015 1 次提交
    • A
      Move current_branch() from git plugin to core lib/git.zsh · 9f552130
      Andrew Janke 提交于
      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
  23. 10 10月, 2015 2 次提交
  24. 24 9月, 2015 1 次提交
  25. 30 7月, 2015 1 次提交
  26. 01 7月, 2015 1 次提交
  27. 18 6月, 2015 2 次提交
  28. 12 6月, 2015 2 次提交
  29. 11 6月, 2015 4 次提交
  30. 08 5月, 2015 1 次提交
  31. 04 2月, 2015 1 次提交
  32. 04 9月, 2014 1 次提交
  33. 01 9月, 2014 1 次提交
  34. 22 8月, 2014 1 次提交