1
0
Fork 0
mirror of https://github.com/zplug/zplug synced 2024-05-22 15:36:17 +02:00
zplug/base/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.zsh Support git built from source 2019-11-03 21:33:42 -08:00