diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-07-19 12:09:39 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-07-19 12:09:39 +0300 |
commit | bf2aa14becccd2b55180bc2aeff44d3a6015a580 (patch) | |
tree | cd7dbecad360f0258c5d4976a5c9d860b05c1ab1 /install.info | |
parent | ff8654ccd5b4f22710a235e7f715913277612451 (diff) |
Squashed 'gitstatus/' changes from 89e9ebfd..7546f4de
7546f4de return norepo-sync when cwd does not exist
8ccd4d34 comments
git-subtree-dir: gitstatus
git-subtree-split: 7546f4def34558e44ee660a9970da80f760e99c8
Diffstat (limited to 'install.info')
-rw-r--r-- | install.info | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/install.info b/install.info index 668f3e48..475d9457 100644 --- a/install.info +++ b/install.info @@ -3,7 +3,9 @@ # This file is used by ./install and indirectly by shell bindings. # # The first line is read by powerlevel10k instant prompt. It must -# be updated whenever the content of this file changes. +# be updated whenever the content of this file changes. The actual +# value doesn't matter as long as it's unique. You can use the output +# of `git rev-parse HEAD`. # Official gitstatusd binaries. uname_s_glob="cygwin_nt-10.0"; uname_m_glob="i686"; file="gitstatusd-${uname_s}-${uname_m}"; version="v1.0.0"; sha256="c38342c7a70842067074710250fd8cebea87ae111f032277c2c70a77179b5355"; |