1. 23 Aug, 2019 1 commit
  2. 20 Aug, 2019 1 commit
  3. 15 Jun, 2019 1 commit
  4. 21 May, 2019 1 commit
  5. 10 Apr, 2019 1 commit
  6. 09 Apr, 2019 2 commits
  7. 07 Apr, 2019 1 commit
    • Asatur Meltonyan's avatar
      git: add 'gtl' alias to list tags matching a pattern (#7629) · 046d49f7
      Asatur Meltonyan authored
      1. List the tags that match the pattern(s) passed through the argument.
      2. Displays the first line of the annotation message along with the tag, or the line of the first commit message if the tag is not annotated.
      3. Sorts and displays tags in descending order.
      046d49f7
  8. 02 Apr, 2019 1 commit
  9. 31 Mar, 2019 1 commit
  10. 29 Mar, 2019 2 commits
  11. 25 Mar, 2019 1 commit
  12. 10 Mar, 2019 1 commit
  13. 30 Jan, 2019 1 commit
  14. 29 Jan, 2019 1 commit
  15. 20 Jan, 2019 1 commit
  16. 12 Sep, 2018 7 commits
  17. 29 Aug, 2018 1 commit
  18. 23 Aug, 2018 1 commit
  19. 15 Aug, 2018 1 commit
  20. 13 Aug, 2018 1 commit
  21. 30 Jun, 2018 1 commit
  22. 12 Jun, 2018 1 commit
  23. 20 May, 2018 1 commit
  24. 25 Apr, 2018 1 commit
  25. 07 Nov, 2017 2 commits
  26. 01 Nov, 2017 1 commit
  27. 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
  28. 16 Nov, 2016 1 commit
  29. 04 Oct, 2016 1 commit
  30. 02 Oct, 2016 1 commit
  31. 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