You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/hooks/post-commit.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ FILE_LIMIT=25
24
24
LINE_LIMIT=400
25
25
26
26
FILE_LIMIT_WARNING=" ! warning: more than $FILE_LIMIT files changed since $DIFF_COMMIT"
27
-
LINE_LIMIT_WARNING=" ! warning: more than $LINE_LIMITfiles changed since $DIFF_COMMIT"
27
+
LINE_LIMIT_WARNING=" ! warning: more than $LINE_LIMITlines changed since $DIFF_COMMIT"
28
28
29
29
NEW_BRANCH_CMDS="Remove warning: Create new branch with 'git checkout -b <branch_name>' then push to remote with 'git push --set-upstream <remote_name> <branch_name>'"
0 commit comments