1
0
mirror of https://github.com/zplug/zplug synced 2025-04-29 04:37:56 +02:00
Commit Graph

871 Commits

Author SHA1 Message Date
b4b4r07
57115de206 Detect binary more flexibly for releases 2017-12-27 02:28:23 +09:00
b4b4r07
565096cca1 Stop unstable binary detection with file command
- ref #447
2017-12-26 18:14:07 +09:00
BABAROT
cd82438f89 Merge pull request #413 from kepbod/master
change prezto repo from zsh-users to sorin-ionescu
2017-06-05 09:15:47 +09:00
Xiao-Ou Zhang
40f5ae4d01 Update core.zsh 2017-06-04 18:19:13 -04:00
BABAROT
32af43d1f2 Merge pull request #402 from xorian/master
Protect against infinite recursive fork if python lacks the json module (e.g. older install)
2017-05-29 00:27:25 +09:00
BABAROT
847c29bfe0 Merge pull request #378 from nmiculinic/zsh-users-prezto
Changed default prezto repository
2017-05-29 00:06:17 +09:00
BABAROT
901f575753 Merge pull request #386 from 39e/patch-1
Fixed bug that `zplug --self-manage` does not work if `$ZPLUG_REPOS` is set.
2017-05-29 00:05:24 +09:00
BABAROT
1662379dca Merge pull request #407 from atnanasi/master
use 'raw.githubusercontent.com' in one-liner
2017-05-29 00:04:54 +09:00
BABAROT
fcb0777b30 Merge pull request #401 from metaphoricwords/master
Fix global value 'i' to local value
2017-05-29 00:03:58 +09:00
Atnanasi
409b847b82 use 'raw.githubusercontent.com' in one-liner 2017-05-16 09:13:55 +09:00
Kenneth C. Schalk
d7aa307e90 Protect against infinite recursive fork if python lacks the json module (e.g. older install)
https://github.com/zplug/zplug/issues/388
2017-05-01 10:52:33 -04:00
Metaphor
023f606d9d Fix global value 'i' to local value 2017-04-26 21:02:09 +09:00
BABAROT
06c6f33bf1 Merge pull request #367 from casey/use-https
Fix security issues with curl installation
2017-03-30 21:07:25 +09:00
Aoi Tachibana
e62a2a10bf Change $ZPLUG_HOME/repos to $ZPLUG_REPOS. 2017-03-27 12:12:33 +09:00
Neven Miculinic
b43babc6ad Changed default prezto repository
https://github.com/sorin-ionescu/prezto/commits/master
hasn't been maintained since 2016.

I propose zsh-users prezto to be default one since it seems maintained and up to date:
https://github.com/zsh-users/prezto/commits/master
2017-03-02 11:30:38 +01:00
BABAROT
0b390bbfce Merge pull request #320 from 39e/add-zplug_bin
Add environment variable
2017-02-12 23:56:47 +09:00
BABAROT
9d9eed3e6c Merge pull request #342 from zplug/issue-template
Renewal ISSUE_TEMPLATE.md
2017-02-11 23:59:04 +09:00
Casey Rodarmor
b417b126eb Fix security issues with curl installation
The current recommended installation method has the following problems:

1. It does not explicitly use HTTPS. This means that a attacker can intercept the request before it hits the correct server and hijack it.

2. It uses the `-L` flag, which may redirect to HTTP, and is thus insecure.

To address #1, this commit adds `https://` explicitly to the URL.

To address #2, this commit adds `--proto-redir -all,https`, which forces all redirects to use HTTPS.

From reading #345 I know that https://zplug.sh always uses HTTPS. However, a user should never have to "trust" that server is correctly configured to use HTTPS, the installation method should fail if the server is configured incorrectly.
2017-02-08 14:50:33 -08:00
zplug-man
ac6012d80d Merge pull request #361 from sigma/patch-1
load functions-only prezto modules
2017-01-18 13:25:39 +09:00
zplug-man
9819d039cf Merge pull request #330 from iladin/master
Add gitlab support
2017-01-18 13:24:35 +09:00
Yann Hodique
1188792ce0 load functions-only prezto modules
Some prezto modules (like `archive`) don't have a .zsh at all
2017-01-16 18:26:51 -08:00
Aoi Tachibana
588798bcde
Add $ZPLUG_BIN 2017-01-14 12:01:59 +09:00
zplug-man
063d26f800 Merge pull request #358 from zplug/fix-343
Cache clear automatically after running install/update command
2017-01-10 20:04:14 +09:00
b4b4r07
06c1dafe37 Cache clear automatically after running install/update command
- Fix #343
2017-01-10 15:58:39 +09:00
zplug-man
5e7921aa04 Merge pull request #357 from zplug/fix-333
Add local .gitignore file to ignore custom sources
2017-01-10 09:18:21 +09:00
b4b4r07
ec2b8e08f1 Add local .gitignore file to ignore custom sources
- Fix #333
- See also ./doc/guide/External-Sources.md
2017-01-10 02:24:55 +09:00
zplug-man
73b71c483c Bump latest 2.4.1 2.4.1 2017-01-09 03:16:16 +09:00
b4b4r07
94753a2302 Fix Locale-specific warning (again #202) 2017-01-09 03:05:30 +09:00
zplug-man
ae90638138 Merge pull request #355 from zplug/log-flock
Review log and flock functions
2017-01-09 02:55:03 +09:00
zplug-man
a9637be166 Merge pull request #354 from zplug/fix-not-found-HEAD-error
Fix not found HEAD error
2017-01-09 02:54:35 +09:00
b4b4r07
64b6cbeb17 Update .github/ISSUE_TEMPLATE.md 2017-01-09 02:40:35 +09:00
b4b4r07
cb32a9da42 Use not_on_branch/detached_head and revision_lock differently 2017-01-09 00:57:30 +09:00
b4b4r07
a32b9da4eb Avoid update errors due to detached HEAD 2017-01-09 00:01:56 +09:00
b4b4r07
f296661e9d Review log,flock functions 2017-01-08 21:15:28 +09:00
zplug-man
3c41628e1e Merge pull request #353 from zplug/fix-350
Fix "bad pattern" message
2017-01-08 00:27:56 +09:00
b4b4r07
164f960039 Fix #350
If set globsubst option, this error occur:

```
__list__:92: bad pattern: s/(as|use|at|ignore|lazy|commit|dir|of|rename-to|from|do|defer|file|hook-load|depth|if|nice|frozen|hook-build|on):/^[[33m
```

and several bug fixes
2017-01-07 23:51:57 +09:00
zplug-man
41d7983ed8 Merge pull request #349 from zplug/fix-348
Fix #348
2017-01-06 21:17:53 +09:00
b4b4r07
8deef6e109 Fix #348
This is because grep may not be able to correctly distinguish tab characters.
In order to solve this, added a ltsv parser written by awk.

- Fix #326 (see also second commit in P-R #344), fix #348
- Add `__zplug::utils::awk::ltsv function`
2017-01-06 15:55:01 +09:00
zplug-man
951e74d010 Merge pull request #346 from agross/patch-1
Document changes to zplug self-management
2017-01-06 14:16:58 +09:00
Alexander Groß
e57895c23a Document changes to zplug self-management 2017-01-05 19:04:16 +01:00
zplug-man
2e06c65f4b Merge pull request #344 from zplug/fix-335
Make sure to link the results of file glob correctly
2017-01-06 01:16:20 +09:00
b4b4r07
7da9aae279 Add test 2017-01-05 22:47:53 +09:00
b4b4r07
a0a1cd6522 Fix #326 2017-01-05 22:06:01 +09:00
iladin
1a5ea5a523 Merge branch 'master' of https://github.com/zplug/zplug 2017-01-04 19:18:49 -08:00
iladin
269d5f552c Added Gitlab support
clone of bitbucket.zsh
2017-01-04 19:06:19 -08:00
b4b4r07
0a53b9e83b Fix #335 2017-01-05 01:39:02 +09:00
zplug-man
57fb27ca06 Merge pull request #341 from zplug/monitor-option
Restore monitor option to the default when calling load command
2017-01-05 00:41:22 +09:00
b4b4r07
ffc4bc49f8 Restore monitor option to the default when calling load command
- Related #340, close #340
2017-01-05 00:17:45 +09:00
zplug-man
f686f9904e Merge pull request #339 from zplug/revert-41869a4
Revert "When processing is completed return the monitor option to default"
2017-01-04 22:39:53 +09:00
b4b4r07
ecabc2fb7a Revert "When processing is completed return the monitor option to default"
This reverts commit 41869a4a6fb71eec7e8cb3d1c9943174c90da048.

- Related to #338
2017-01-04 03:34:49 +09:00