- 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. 
 
- 
- 04 Mar, 2022 1 commit
- 
- 
SBado authored
 
- 
- 03 Mar, 2022 2 commits
- 
- 
Marc Cornellà authoredFixes #10751 
- 
Marc Cornellà authored
 
- 
- 02 Mar, 2022 1 commit
- 
- 
JM" (Jason Meridth) authored
 
- 
- 28 Feb, 2022 1 commit
- 
- 
Marc Cornellà authoredFixes #10744 
 
- 
- 25 Feb, 2022 2 commits
- 
- 
Marc Cornellà authoredWhen the `git init` call fails, the directory is not created, so the rm command fails with a not found error. This change checks whether the directory exists before deleting it. 
- 
Markus (Vock) Arians authoredCo-authored-by: Markus Arians <markus.arians@andrena.de> Markus Arians <markus.arians@andrena.de>
 
- 
- 24 Feb, 2022 6 commits
- 
- 
Carlo Sala authored
- 
Carlo Sala authored
- 
Marc Cornellà authored
- 
Carlo Sala authored
- 
Marc Cornellà authoredThe previous check simply compared whether the last commit of the branch was the same in the local and the remote repository. This commit also checks whether the remote commit is an ancestor of the local commit. This fixes the case where the local repository has new commits after the last published commit. 
- 
Marc Cornellà authored
 
- 
- 22 Feb, 2022 4 commits
- 
- 
Marc Cornellà authored
- 
Marc Cornellà authoredFixes #10680 
- 
Marc Cornellà authoredBREAKING CHANGE: the `copydir` plugin is deprecated. Instead of using `copydir`, use `copypath` which also supports copying the path of other files or directories specified. 
- 
Marc Cornellà authoredCloses #7569 Closes #10714 
 
- 
- 21 Feb, 2022 3 commits
- 
- 
Marc Cornellà authored
- 
Marc Cornellà authored
- 
Marc Cornellà authored
 
- 
- 18 Feb, 2022 1 commit
- 
- 
Marc Cornellà authored
 
- 
- 13 Feb, 2022 1 commit
- 
- 
Marc Cornellà authoredThis lib function applies a patch to the VCS_INFO_formats function in zsh versions from v5.0.3 until v5.8, which don't quote % chars in some arguments received. Normally that just means that some % characters in these strings (branch names, directories, etc.) will be incorrectly parsed as formatting sequences. With CVE-2021-45444, however, this means that one of these strings from a malicious source (e.g. a malicious git repository) can trigger command injection and run arbitrary code in the user's machine when visiting such git repository. Zsh 5.8.1 fixes this vulnerability [1], but older vcs_info setups still need a workaround such as this one to patch the vulnerability. [1] https://github.com/zsh-users/zsh/commit/c3ea1e5d52eff8b7b172fa8c1ccc3462b43b2790 
 
- 
- 11 Feb, 2022 3 commits
- 
- 
- 
Carlo Sala authoredSource: https://github.com/BurntSushi/ripgrep/blob/13.0.0/complete/_rg 
- 
Marc Cornellà authoredReference: https://www.zsh.org/mla/users/2022/msg00067.html 
 
- 
