File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change 33# An example hook script to verify what is about to be pushed. Called by "git
44# push" after it has checked the remote status, but before anything has been
55# pushed. If this script exits with a non-zero status nothing will be pushed.
6- #
7- # This hook is called with the following parameters:
8- #
9- # $1 -- Name of the remote to which the push is being done
10- # $2 -- URL to which the push is being done
11- #
12- # If pushing without using a named remote those arguments will be equal.
13- #
14- # Information about the commits which are being pushed is supplied as lines to
15- # the standard input in the form:
16- #
17- # <local ref> <local sha1> <remote ref> <remote sha1>
18- #
19- # This sample shows how to prevent push of commits where the log message starts
20- # with "WIP" (work in progress).
21-
22- remote=" $1 "
23- url=" $2 "
246
257pass=true
268RED=' \033[1;31m'
Original file line number Diff line number Diff line change 11{
22 "name" : " planet" ,
33 "license" : " AGPL-3.0" ,
4- "version" : " 0.20.65 " ,
4+ "version" : " 0.20.66 " ,
55 "myplanet" : {
66 "latest" : " v0.36.44" ,
77 "min" : " v0.35.44"
You can’t perform that action at this time.
0 commit comments