- Apr 14, 2022
-
-
Olivia (Zoe) authored
-
Marc Cornellà authored
-
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.
-
- Apr 13, 2022
-
-
Abhinav M authored
-
Marc Cornellà authored
-
- Apr 12, 2022
- Apr 10, 2022
-
-
Marc Cornellà authored
-
- Apr 09, 2022
-
-
PierreD authored
-
Carlo Sala authored
-
- Apr 06, 2022
-
-
Richard Mitchell authored
-
- Apr 04, 2022
-
-
Marc Cornellà authored
-
- Mar 31, 2022
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
Co-authored-by: inclusive-coding-bot <inclusive-coding-bot@github.com>
-
Carlo Sala authored
Co-authored-by: Marc Cornellà <hello@mcornella.com>
-
- Mar 29, 2022
-
-
Alejandro Gastón Alvarez authored
-
Mark Mercado authored
-
- Mar 28, 2022
-
-
Marc Cornellà authored
-
Carlo Sala authored
-
- Mar 26, 2022
-
-
Adam Pike authored
This 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à authored
-
- Mar 24, 2022
-
-
Suchandra Thapa authored
-
- Mar 22, 2022
-
-
Carlo Sala authored
-
- Mar 18, 2022
-
-
Wayne Lloyd authored
-
Leon authored
-
- Mar 17, 2022
-
-
thinszx authored
-
- Mar 14, 2022
-
-
Bunyamin Shabanov authored
Co-authored-by: Mohan Sha <mohansha@outlook.com>
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #10767
-
- Mar 10, 2022
-
-
Marc Cornellà authored
-
- Mar 07, 2022
-
-
-
romanch authored
Closes #9600
-
Marc Cornellà authored
-
Alexey Poimtsev authored
BREAKING 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>
-
Marc Cornellà authored
Related: https://github.com/ohmyzsh/ohmyzsh/pull/10713/files#r820219899
-
Marc Cornellà authored
This 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
-