aboutsummaryrefslogtreecommitdiff
path: root/gitstatus.plugin.sh
Commit message (Collapse)AuthorAgeFilesLines
* Squashed 'gitstatus/' changes from 113f1f69..96b520b2Roman Perepelitsa2021-06-101-2/+9
| | | | | | | | | | | | | 96b520b2 build v1.5.1 binaries for all platforms ffeb0507 bump version to v1.5.1 1bcbea07 mbuild: disable pacman upgrades on msys 39dbb92f log a warning if unable to parse packed-refs a9d70ec0 add `-r` flag to gitstatus_start in bash bindings (#241) abbf9a79 don't use static_assert with one argument as it's not available prior to c++17 (#239) f8c396e4 drop all tags if packed-refs doesn't have a header line (https://github.com/romkatv/powerlevel10k/issues/1428) git-subtree-dir: gitstatus git-subtree-split: 96b520b248ca872646e27b3df4535898356e4637
* Squashed 'gitstatus/' changes from 6d00edd0..113f1f69Roman Perepelitsa2021-05-301-38/+12
| | | | | | | | | | | | | 113f1f69 release gitstatusd-linux-x86_64 v1.5.0 e193be52 expose HEAD's commit message 815301f1 do not redefine `exec` and `builtin` in bash bindings (#235) 97c2aa17 Make `--version-glob` to receive an argument (#216) 95e549fd Support building on OpenBSD (#208) b054ddf2 make homebrew instructions work on systems other than darwin-x86_64 (#205) 98f99ade fix brew formula check git-subtree-dir: gitstatus git-subtree-split: 113f1f698667d12906d97e3818aec5d760dc6e3d
* Squashed 'gitstatus/' changes from 313fa4f1..1dcba393Roman Perepelitsa2020-11-251-10/+27
| | | | | | | | | | 1dcba393 bash bindings: provide better diagnostic for the common errors in gitstatus_start 603fb2ce move the rosetta check to `install` 3829edac provide better diagnostic for the common errors in gitstatus_start e8c9d9cd propagate error messages from install to gitstatus_start; add a special diagnostic for rosetta2 git-subtree-dir: gitstatus git-subtree-split: 1dcba3930654c54976f112b96acf2ce23006d9e5
* Squashed 'gitstatus/' changes from fcebf0b0..3f874d9cRoman Perepelitsa2020-08-151-3/+3
| | | | | | | 3f874d9c fix bash bindings when noclobber is set; see #171 git-subtree-dir: gitstatus git-subtree-split: 3f874d9c5933d184b9b06472dcf25e8debb326a8
* Squashed 'gitstatus/' changes from 7546f4de..b157d02aRoman Perepelitsa2020-07-201-1/+1
| | | | | | | b157d02a treat exit code 159 (SIGSYS) from gistatusd as terminal git-subtree-dir: gitstatus git-subtree-split: b157d02a9a89892f228064e06b5a817a24eea9ed
* Squashed 'gitstatus/' changes from 38d62a47..1c74c8dbRoman Perepelitsa2020-06-131-2/+12
| | | | | | | | | | | | | | 1c74c8db add linux-ppc64le 968779b5 fix tar invocation 300f657c create anonymous tar archives a5581d18 force C locale during build (perl complains) 2616cd47 support downloads to usrbin 1e6075dd enable static linking on linux 2975d25f update libgit2 ref bea6f868 add ppc64le target git-subtree-dir: gitstatus git-subtree-split: 1c74c8db0f422aa6f95ced878351e0c6944a9bd6
* Squashed 'gitstatus/' changes from 830aaa999..3050dfca8Roman Perepelitsa2020-06-091-5/+5
| | | | | | | 3050dfca8 add `command` in front of commands git-subtree-dir: gitstatus git-subtree-split: 3050dfca875a8070aaa0dc890afcc756574078c6
* Squashed 'gitstatus/' changes from 643091154..ec9c39499Roman Perepelitsa2020-06-081-0/+3
| | | | | | | ec9c39499 don't download gitstatusd if there is a bad version in usrbin git-subtree-dir: gitstatus git-subtree-split: ec9c39499a96ea8b181db15c76df5089959d3111
* Squashed 'gitstatus/' changes from 0127fd26a..cc956ca78romkatv2020-05-261-0/+1
| | | | | | | | | | | cc956ca78 interrupt p10k instant prompt before printing "gitstatus failed to initialize" error db3603bc8 improve "gitstatus failed to initialize" error message e164594ea work around bugs in cygwin 55af96ade cleanup + todo 0e70dbc56 add an empty line before the error message git-subtree-dir: gitstatus git-subtree-split: cc956ca7878ef6d00bb1f35861864d0a40ffac75
* Squashed 'gitstatus/' changes from f81313e2..1a80249dromkatv2020-05-131-12/+15
| | | | | | | | | | | 1a80249d build: verify libgit2 tarball sha256 74c3d56f bash: call mktemp only once and avoid `mktemp -u` b139dec4 install: use mktemp if available 9f594d24 bash: block SIGQUIT and SIGTSTP in daemon 73f47ea3 add sha256 verification for downloaded gitstatusd; enable gitee mirror git-subtree-dir: gitstatus git-subtree-split: 1a80249d2b6a53fd076ae846f8fcc501183ca5a5
* Squashed 'gitstatus/' changes from 901c366b..f81313e2romkatv2020-05-121-9/+37
| | | | | | | | | | | | f81313e2 move gitee disable higher 8cfb83f3 print [ok] after download when stderr is not tty d185a2ab disable gitee mirror until there is sha256 verification in place fb88a401 show progress when downloading gitstatusd ae988158 add a mirror for gitstatusd release files c673d327 disable aliases before calling zcompile git-subtree-dir: gitstatus git-subtree-split: f81313e27271ee1fb3fd22b8e72382e9516776ef
* Squashed 'gitstatus/' changes from 6a4f0fc0..cd5673b4romkatv2020-05-111-2/+2
| | | | | | | cd5673b4 increase default gitstatus_start timeout from 5s to 30s git-subtree-dir: gitstatus git-subtree-split: cd5673b4971bf1a6d9aa8d57963e954e619b950e
* Squashed 'gitstatus/' content from commit 6b9ba17romkatv2020-05-101-0/+427
git-subtree-dir: gitstatus git-subtree-split: 6b9ba179c6655286c4c399e7926d5098dd6bd706