Skip to content

Commit

Permalink
Squashed 'gitstatus/' changes from 260a5f4b..76182238
Browse files Browse the repository at this point in the history
76182238 add zwc make target
ea398d90 update libgit2 ref (#1428)

git-subtree-dir: gitstatus
git-subtree-split: 7618223859f614a76ed8019f1a60ee3df18984cf
  • Loading branch information
romkatv committed Jun 27, 2021
1 parent 038de6f commit f1ff680
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ pkg:
GITSTATUS_DAEMON= GITSTATUS_CACHE_DIR=$(shell pwd)/usrbin ./install -f
$(or $(ZSH),:) -fc 'for f in *.zsh install; do zcompile -R -- $$f.zwc $$f || exit; done'

zwc:
$(or $(ZSH),:) -fc 'for f in *.zsh install; do zcompile -R -- $$f.zwc $$f || exit; done'

-include $(OBJS:.o=.dep)
4 changes: 2 additions & 2 deletions build.info
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ gitstatus_version="v1.5.1"
#
# If sha256 of ./deps/libgit2-${libgit2_version}.tar.gz doesn't match,
# build gets aborted.
libgit2_version="tag-82cefe2b42300224ad3c148f8b1a569757cc617a"
libgit2_sha256="dc701c4e2080f7901f5d599d642b629569e5581086b9838d481d09f284dc7621"
libgit2_version="tag-5860a42d19bcd226cb6eff2dcbfcbf155d570c73"
libgit2_sha256="2289203eda19913a2f6d2b26a15384cc43872bffd70e87a7659f9a22da79058e"

0 comments on commit f1ff680

Please sign in to comment.