Nick Aldwin
|
c66fc00401
feat(updater): show command to update when update skipped (#10465)
|
2 年之前 |
Marc Cornellà
|
2b96b7c54b
fix(updater): stop update if `$ZSH` is not a git repository (#10448)
|
2 年之前 |
Marc Cornellà
|
e3f7b8aa57
fix(updater): avoid `git -C` for compatibility with git < v1.8.5 (#10404)
|
3 年之前 |
Marc Cornellà
|
db19589fcf
refactor(updater): simplify check for available updates
|
3 年之前 |
Marc Cornellà
|
7a2cb10625
fix(updater): stop update if connection unavailable
|
3 年之前 |
Marc Cornellà
|
30d441713c
feat(updater): check if there are updates before prompting (#8387)
|
3 年之前 |
Marc Cornellà
|
0120749a54
feat(updater): add mode to only remind you to update when it's time (#10187)
|
3 年之前 |
Marc Cornellà
|
3c9743313c
refactor(updater): change auto-update settings to use `zstyle`
|
3 年之前 |
Marc Cornellà
|
36f444ed73
fix(update): fix error exit code on update check (#10033)
|
3 年之前 |
Cai Cooper
|
6fbad5bf72
fix(update): don't error on upgrade no-op (#9685)
|
3 年之前 |
Marc Cornellà
|
d978f385e5
fix(updater): refresh date of last update only on successful update
|
3 年之前 |
Marc Cornellà
|
5a888ff4ac
fix(updater): don't show changelog when running unattended update (#9495)
|
3 年之前 |
Marc Cornellà
|
889cd7acf3
refactor(updater): switch to Zsh execution and fix git remote detection logic
|
4 年之前 |
M. Yas. Davoodeh
|
5c1a5c6ce9
update: prefix rm call with command in trap (#9107)
|
4 年之前 |
Marc Cornellà
|
97cf0bf4bd
update: change dash in function name for sh compat (fixes #9064)
|
4 年之前 |
alexagnelli
|
48b98b957e
update: only update on a valid affirmative input (#9062)
|
4 年之前 |
Marc Cornellà
|
3c777ebf1b
update: refactor and fix logic in check_for_upgrade.sh (#8939)
|
4 年之前 |
Marc Cornellà
|
c23ab00990
upgrade: fix lock-out on first upgrade check
|
5 年之前 |
Chao Du
|
de8299d6c4
Fixed Issue #4550: Move ~/.zsh-update file to $ZSH_CACHE_DIR
|
9 年之前 |
Gert de Pagter
|
2b7a41b0d2
Update the update prompt (#6825)
|
6 年之前 |
Fabian Wolff
|
1f64fa92f5
Convert "if then" statements to "if; then" one-liners
|
8 年之前 |
Fabian Wolff
|
4fa6be0230
Use rmdir instead of rm -r
|
8 年之前 |
Fabian Wolff
|
40bfe5a412
Implement a locking mechanism to avoid multiple update prompts (fixes #3766)
|
8 年之前 |
Fredrik Fornwall
|
9772f8e10d
Replace /bin/sh with sh for portability (#5291)
|
8 年之前 |
Marc Cornellà
|
ef031dfe8f
Merge pull request #4207 from mpscholten/master
|
9 年之前 |
Arvind Chembarpu
|
e59e1c8417
Check for git before trying to upgrade, as per #4504
|
9 年之前 |
Marc Scholten
|
d351c76b04
Also accept any forms of yes as an answer to the "do you want to update?" prompt
|
9 年之前 |
HeroCC
|
6a1b8320fe
No input for Update Check defaults to Yes
|
9 年之前 |
Mark Feltner
|
83553597a1
fix(tools/check_for_upgrade): Don't source profile
|
10 年之前 |
Robby Russell
|
57ff83db59
Merge pull request #2946 from moinakg/master
|
10 年之前 |