- 14 Apr, 2022 2 commits
- 
- 
Marc Cornellà authored
- 
Marc Cornellà authoredSince `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. 
 
- 
- 13 Apr, 2022 2 commits
- 
- 
Abhinav M authored
- 
Marc Cornellà authored
 
- 
- 12 Apr, 2022 2 commits
- 10 Apr, 2022 1 commit
- 
- 
Marc Cornellà authored
 
- 
- 09 Apr, 2022 2 commits
- 
- 
PierreD authored
- 
Carlo Sala authored
 
- 
- 06 Apr, 2022 1 commit
- 
- 
Richard Mitchell authored
 
- 
- 04 Apr, 2022 1 commit
- 
- 
Marc Cornellà authored
 
- 
- 31 Mar, 2022 4 commits
- 
- 
Marc Cornellà authored
- 
Marc Cornellà authored
- 
Marc Cornellà authoredCo-authored-by: inclusive-coding-bot <inclusive-coding-bot@github.com> inclusive-coding-bot <inclusive-coding-bot@github.com>
- 
Carlo Sala authoredCo-authored-by: Marc Cornellà <hello@mcornella.com> Marc Cornellà <hello@mcornella.com>
 
- 
- 29 Mar, 2022 2 commits
- 
- 
Alejandro Gastón Alvarez authored
- 
Mark Mercado authored
 
- 
- 28 Mar, 2022 2 commits
- 
- 
Marc Cornellà authored
- 
Carlo Sala authored
 
- 
- 26 Mar, 2022 2 commits
- 
- 
Adam Pike authoredThis change still supports CLI 1, but shows a deprecation warning on the first run of `opswd`. Support for CLI 1 shall be removed in the near future. Closes #10787 Co-authored-by: Marc Cornellà <hello@mcornella.com> Marc Cornellà <hello@mcornella.com>
- 
Marc Cornellà authored
 
- 
- 24 Mar, 2022 1 commit
- 
- 
Suchandra Thapa authored
 
- 
- 22 Mar, 2022 1 commit
- 
- 
Carlo Sala authored
 
- 
- 18 Mar, 2022 2 commits
- 
- 
Wayne Lloyd authored
- 
Leon authored
 
- 
- 17 Mar, 2022 1 commit
- 
- 
thinszx authored
 
- 
- 14 Mar, 2022 3 commits
- 
- 
Bunyamin Shabanov authoredCo-authored-by: Mohan Sha <mohansha@outlook.com> Mohan Sha <mohansha@outlook.com>
- 
Marc Cornellà authored
- 
Marc Cornellà authoredFixes #10767 
 
- 
- 10 Mar, 2022 1 commit
- 
- 
Marc Cornellà authored
 
- 
- 07 Mar, 2022 9 commits
- 
- 
- 
romanch authoredCloses #9600 
- 
Marc Cornellà authored
- 
Alexey Poimtsev authoredBREAKING CHANGE: we've updated the aliases that run `rake` to use `rails` instead because that's how they are run since Rails v5. The old `rake` aliases can still be run by using the `rk` prefix (e.g. the `rake test` alias has been changed from `rt` to `rkt`). Closes #9601 Closes #9813 Fixes #10696 Co-authored-by: Vsevolod Voloshyn <seva.voloshin@gmail.com> Vsevolod Voloshyn <seva.voloshin@gmail.com>
- 
Marc Cornellà authoredRelated: https://github.com/ohmyzsh/ohmyzsh/pull/10713/files#r820219899 
- 
Marc Cornellà authoredThis commit fixes the error _coffee:49: bad math expression: operand expected at `< 2 ' when the coffee command is missing or the `coffee --version` command fails. It also uses is-at-least to check for the cut-off version for suggesting `--lint` and `--require` arguments, instead of using `cut` multiple times. Fixes #10759 
- 
Ivan authored
- 
Eric Semeniuc authored
- 
Vitul Rana authored
 
- 
- 05 Mar, 2022 1 commit
- 
- 
Carlo Sala authoredBREAKING 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. 
 
- 
