Skip to content

Commit 9ffae30

Browse files
Saby-BishopsMutugiiidogi
authored
all: less pre push hook is more (fixes #9283) (#9253)
Co-authored-by: mutugiii <[email protected]> Co-authored-by: dogi <[email protected]>
1 parent aa71887 commit 9ffae30

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

git-hooks/pre-push

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,6 @@
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

257
pass=true
268
RED='\033[1;31m'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

0 commit comments

Comments
 (0)