- 25 Feb, 2022 1 commit
-
-
Markus (Vock) Arians authored
Co-authored-by:
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à authored
The 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à authored
Fixes #10680
-
Marc Cornellà authored
BREAKING 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à authored
Closes #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à authored
This 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 4 commits
-
-
-
Carlo Sala authored
Source: https://github.com/BurntSushi/ripgrep/blob/13.0.0/complete/_rg
-
Marc Cornellà authored
Reference: https://www.zsh.org/mla/users/2022/msg00067.html
-
Marc Cornellà authored
Co-authored-by:
Philippe Troin <phil@fifi.org>
-
- 10 Feb, 2022 8 commits
-
-
Marc Cornellà authored
-
Sam Cook authored
-
Zachary Cutlip authored
-
Carlo Sala authored
-
sed-i authored
BREAKING CHANGE: some aliases have been renamed to be consistent with the rest. Mainly, aliases for `juju show-` commands are renamed to `jsh*`. This also means that `jsh` and `jshc` have been renamed to `jssh` and `jsshc`. Have a look at the README for the complete alias changes.
-
sed-i authored
BREAKING CHANGE: `wjst` will no longer show storage in the status output. This is done for consistency with the `jst` and `jsts` aliases.
-
sed-i authored
-
sed-i authored
Closes #10426
-
- 09 Feb, 2022 2 commits
-
-
Carlo Sala authored
-
Michael Favia authored
-
- 07 Feb, 2022 4 commits
-
-
Marc Cornellà authored
Fixes #9699
-
Marc Cornellà authored
Takes into account $ZLE_RPROMPT_INDENT and doesn't add the extra space at the end so it doesn't bleed into the next line.
-
Marc Cornellà authored
-
Harris Miller authored
Closes #10656
-
- 04 Feb, 2022 1 commit
-
-
Robby Russell authored
Trying this on for size for a while.
-
- 03 Feb, 2022 1 commit
-
-
Carlo Sala authored
-
- 02 Feb, 2022 1 commit
-
-
Marc Cornellà authored
The commands `omz plugin {enable,disable}` and `omz theme set` automatically reload the zsh session on success. With this change, the CLI checks whether the commands are run in an interactive session before reloading the zsh session. This change also conditionally sets the completion function for `omz` so that it's not done in a non-interactive session.
-
- 01 Feb, 2022 3 commits
-
-
Civan Yavuzşen authored
Co-authored-by:
C. Yavuzsen <cyavuzsen@comscore.com>
-
Marc Cornellà authored
BREAKING CHANGE: the `zsh_reload` was deprecated long ago and showed a deprecation message. The `src` function was replaced by the CLI command `omz reload`, so use that instead from now on.
-
Marc Cornellà authored
-