1
0
Fork 0
mirror of https://github.com/zplug/zplug synced 2024-06-15 06:06:20 +02:00
zplug/base
Masaya Suzuki 5789b59647 Support git built from source
When git is built from source, the `git version` output contains
non-numeric version components.

```
$ git version
git version 2.24.0.rc2.46.g1d34d425d4
```

zplug cannot detect the git version with this output, and it fails to
start. Change the version pattern to extract a part that starts with a
digit. For the example above, zplug will detect the git version as
"2.24.0.rc2.46.g1d34d425d4". This is good enough for the version check
while there would be no false positives.
2019-11-03 21:33:42 -08:00
..
base Support git built from source 2019-11-03 21:33:42 -08:00
core Defaults to false (ZPLUG_LOG_LOAD_SUCCESS) 2018-05-15 03:17:09 +09:00
io Expand tilda on ZPLUG_LOADFILE 2017-12-29 00:53:49 +09:00
job 🐛 Fix printf in __zplug::job::handle::wait 2017-08-02 00:11:53 +02:00
log Review log,flock functions 2017-01-08 21:15:28 +09:00
sources Merge pull request #320 from 39e/add-zplug_bin 2017-02-12 23:56:47 +09:00
utils Add additional glob for matching exact binaries in gh-r downloads 2018-02-19 08:29:18 -05:00
init.zsh v2.1.1 2016-08-07 17:34:29 +09:00