summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-01-28refactor(installer): use POSIX-standard's `id -u -n` to define `$USER`Marc Cornellà
2022-01-28fix(changelog): don't show changelog with only ignored type commitsMarc Cornellà
2022-01-27fix(installer): avoid `git clone -c` to support git v1.7.1 (#10621)Marc Cornellà
2022-01-24style(updater): silence `git pull` output and show errors in EnglishMarc Cornellà
2022-01-24fix(installer): correct check for `sudo` in shell change logicMarc Cornellà
2022-01-24fix(installer): define `$USER` if not definedMarc Cornellà
2022-01-24style(installer): prefix formatting variables with `FMT_`Marc Cornellà
2022-01-22fix: do not call chpwd hooks in subshellsMarc Cornellà
2022-01-13fix: get branch name first in `omz version` and changelogMarc Cornellà
2022-01-13fix(updater): give priority to `zstyle` settings if set (#10587)Marc Cornellà
2022-01-13style(updater): remove statl from `git pull`Marc Cornellà
2022-01-11refactor(installer): simplify `user_can_sudo` checkMarc Cornellà
2022-01-11fix(installer): fix `sudo` check for users with password or without privilegesMarc Cornellà
2022-01-11fix(installer): run `chsh` with sudo if user has privilegesMarc Cornellà
2022-01-10fix: disable `log.showSignature` in `git log` callsMarc Cornellà
2022-01-09style: use 24bit colors in Oh My Zsh logo if supportedMarc Cornellà
2021-12-26fix(installer): fix POSIX shell syntax of previous commitMarc Cornellà
2021-12-26fix(installer): don't hard-code user `$HOME` directory on installMarc Cornellà
2021-12-01feat(updater): show command to update when update skipped (#10465)Nick Aldwin
2021-11-25fix(updater): stop update if `$ZSH` is not a git repository (#10448)Marc Cornellà
2021-11-16fix(install): fix backslash in `printf` when showing logo (#10422)Marc Cornellà
2021-11-10fix(updater): avoid `git -C` for compatibility with git < v1.8.5 (#10404)Marc Cornellà
2021-11-09refactor(updater): simplify check for available updatesMarc Cornellà
2021-11-09style: use `-n` flag in `head` and `tail` commands (#10391)Kevin Burke
2021-11-05fix(updater): stop update if connection unavailableMarc Cornellà
2021-10-27fix(changelog): fix for `${(@ps:$sep:)var}` construct in zsh < 5.0.8Marc Cornellà
2021-10-26fix(changelog): fix percent escapes in `printf` callsMarc Cornellà
2021-10-26perf(changelog): use regex-match instead of `sed` to parse commit subjectsMarc Cornellà
2021-10-26fix(changelog): go back to ignoring commits from merged branchesMarc Cornellà
2021-10-26perf(changelog): use a single `git log` command to get all commit messagesMarc Cornellà
2021-10-26fix(changelog): don't show more than 40 commits (#10345)Marc Cornellà
2021-10-13feat(updater): add support for terminal hyperlinksMarc Cornellà
2021-10-07Revert "fix(changelog): don't parse commits of ignored types"Marc Cornellà
2021-10-05fix(changelog): don't parse commits of ignored typesMarc Cornellà
2021-10-04feat(updater): check if there are updates before prompting (#8387)Marc Cornellà
2021-10-04feat(updater): add mode to only remind you to update when it's time (#10187)Marc Cornellà
2021-10-04refactor(updater): change auto-update settings to use `zstyle`Marc Cornellà
2021-09-23style(installer): use rainbow logo and polish success message (#10211)Marc Cornellà
2021-09-22feat(update): allow updating from branch set up on installMarc Cornellà
2021-09-16fix(update): silence `typeset` calls in `upgrade.sh` script (#10048)Marc Cornellà
2021-09-07chore(changelog): fix first-letter uppercase in breaking change messagesMarc Cornellà
2021-09-07feat(changelog): print BREAKING CHANGE messages in a prettier wayMarc Cornellà
2021-09-06feat(changelog): change style of `BREAKING CHANGES` headerMarc Cornellà
2021-08-17fix(updater): fix reset ANSI escape code for resetting underline formatMarc Cornellà
2021-08-14fix(changelog): also display commits from merged branchesMarc Cornellà
2021-07-08fix(update): fix error exit code on update check (#10033)Marc Cornellà
2021-07-07feat(changelog): ignore merge commitsMarc Cornellà
2021-06-11fix(update): correct description of how changelog is displayed (#9943)Logicer
2021-04-06feat(theme_chooser): display non-zero exit code (#8428)Max Staff
2021-03-25fix: use `$USERNAME` guaranteed to always be defined in zshMarc Cornellà