1. 14 Apr, 2022 1 commit
    • Marc Cornellà's avatar
      fix(cli): fix `commit.gpgsign` test in `omz pr test` · f1a5fb5e
      Marc Cornellà authored
      Since `set -e` is enabled, when `commit.gpgsign` is not set the
      `git config` command would show an error. Given that it is technically
      not ignored, the subshell would exit.
      
      With this change, the `commit.gpgsign` setting is properly tested
      by doing the fallback test if the command fails, so no exit status
      code ends up quiting the subshell.
      f1a5fb5e
  2. 13 Apr, 2022 2 commits
  3. 12 Apr, 2022 2 commits
  4. 10 Apr, 2022 1 commit
  5. 09 Apr, 2022 2 commits
  6. 06 Apr, 2022 1 commit
  7. 04 Apr, 2022 1 commit
  8. 31 Mar, 2022 4 commits
  9. 29 Mar, 2022 2 commits
  10. 28 Mar, 2022 2 commits
  11. 26 Mar, 2022 2 commits
  12. 24 Mar, 2022 1 commit
  13. 22 Mar, 2022 1 commit
  14. 18 Mar, 2022 2 commits
  15. 17 Mar, 2022 1 commit
  16. 14 Mar, 2022 3 commits
  17. 10 Mar, 2022 1 commit
  18. 07 Mar, 2022 9 commits
  19. 05 Mar, 2022 1 commit
    • Carlo Sala's avatar
      feat(fzf)!: default to using `fd` before `rg` (#10757) · f96a900e
      Carlo Sala authored
      BREAKING CHANGE: if both `fd` and `rg` are installed, default to using `fd`. This
      is the recommendation of the ripgrep author, and it's been found to be faster.
      If you want to force using `rg`, set the `FZF_DEFAULT_COMMAND` variable.
      f96a900e
  20. 04 Mar, 2022 1 commit