- 17 Aug, 2021 1 commit
-
-
Marc Cornellà authored
-
- 14 Aug, 2021 1 commit
-
-
Marc Cornellà authored
-
- 08 Jul, 2021 1 commit
-
-
Marc Cornellà authored
This patch removes the 'exit 1' status code when the update check finishes or is ended with CTRL+C. Fixes #10033
-
- 07 Jul, 2021 1 commit
-
-
Marc Cornellà authored
-
- 12 Jun, 2021 1 commit
-
-
Logicer authored
-
- 06 Apr, 2021 1 commit
-
-
Max Staff authored
Fixes #8427
-
- 25 Mar, 2021 1 commit
-
-
Marc Cornellà authored
Fixes #9701
-
- 15 Mar, 2021 2 commits
-
-
Léa Gris authored
* refactor(install.sh): fix static analysis warnings Clear all warnings and errors raised by shellcheck.net static analysis. - Replace non-POSIX shell use of `$OSTYPE` by POSIX compliant check on `uname -o`. - Move variables out of`printf` format string. - Refactor/simplify string formatters for error and underline. - Fix expansion of arguments to a single string `$*` rather than individual elements `$@` within the error and underline formatters. * fix(uname): non-posix -o option * fix(install.sh): non portable which Replaced non-portable `which zsh` by portable `command -v zsh`
-
Marc Cornellà authored
Fixes #9629 Fixes #9700
-
- 01 Mar, 2021 1 commit
-
-
Cai Cooper authored
* Don't error on upgrade no-op No error code is required for a non failure scenario. * Manually check whether changes were pulled in `omz update` Co-authored-by: Marc Cornellà <hello@mcornella.com>
-
- 21 Jan, 2021 1 commit
-
-
Marc Cornellà authored
-
- 10 Jan, 2021 1 commit
-
-
Marc Cornellà authored
-
- 05 Jan, 2021 1 commit
-
-
Marc Cornellà authored
-
- 30 Dec, 2020 1 commit
-
-
Marc Cornellà authored
The GitHub UI might not remove CR characters from commit description forms filled from a Windows browser.
-
- 28 Dec, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #9509
-
- 12 Dec, 2020 2 commits
-
-
Marc Cornellà authored
This also allows the option to put extra paragraphs after the BREAKING CHANGE message while properly displaying the breaking change message. Useful, for example, to add signed-off or co-authored lines.
-
Marc Cornellà authored
Fixes #9505
-
- 07 Dec, 2020 2 commits
-
-
Marc Cornellà authored
Also fixed a call to a defunct display:type-header function in displaying breaking changes.
-
Marc Cornellà authored
Fixes #9495
-
- 04 Dec, 2020 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 02 Dec, 2020 1 commit
-
-
Marc Cornellà authored
I used _ which is a convention in other languages, but in shell scripting $_ is a special variable set by the shell, and in Zsh versions older than 5.0.6 it complains for being a `read-only variable`. Fixes #9482
-
- 01 Dec, 2020 1 commit
-
-
Marc Cornellà authored
-
- 30 Nov, 2020 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 09 Nov, 2020 1 commit
-
-
Marc Cornellà authored
Also prefix all formatting functions with fmt_ Related: #9427
-
- 09 Sep, 2020 1 commit
-
-
Lucas Larson authored
Fixes #9237
-
- 20 Aug, 2020 2 commits
-
-
Marc Cornellà authored
-
Adam G. Emerson authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
- 17 Aug, 2020 1 commit
-
-
Marc Cornellà authored
-
- 13 Jul, 2020 1 commit
-
-
M. Yas. Davoodeh authored
* Suppress the problematic trap output in check_upg The newly added trap, in systems where `rm` is aliased to `rm="rm -v"`, shows a message stating that "update.lock" has been removed each time `zsh` is called. I simply suppressed it with directing the output to `/dev/null`. * Use `command` instead of >/dev/null to suppress
-
- 01 Jul, 2020 1 commit
-
-
Alex Zdanowicz authored
Changing 'your' to 'you'
-
- 28 Jun, 2020 3 commits
-
-
Larson Carter authored
-
Marc Cornellà authored
-
alexagnelli authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
- 09 Jun, 2020 1 commit
-
-
Marc Cornellà authored
-
- 19 May, 2020 1 commit
-
-
Roman Perepelitsa authored
-
- 18 May, 2020 1 commit
-
-
Marc Cornellà authored
-
- 11 Mar, 2020 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #8732
-