We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dd if=/dev/zero of=big.file bs=1024k count=1 # creating "big" file git add big.file git commit -m "+ big.file" git push # enable hook with limit 1024 bytes git rm big.file git commit -m "- big.file" git push
remote: ================================= remote: File [big.file] is too large. Maximum allowed file size is 1024 bytes remote: ================================= To ssh://git@git.example.com:7999/test/test.git ! [remote rejected] master -> master (pre-receive hook declined)
The text was updated successfully, but these errors were encountered:
I'll will look into this in the next days.
Sorry, something went wrong.
@ekho Which version of the plugin and Bitbucket Server (Stash) are you using. Normally "delete" changes are not considered for the plugin.
Latest available at marketplace - 2.1.1
I found the bug and will try to provide a fix in the next days.
A new release 2.1.2 is available fixing this issue.
Thank you!
christiangalsterer
No branches or pull requests
remote: =================================
remote: File [big.file] is too large. Maximum allowed file size is 1024 bytes
remote: =================================
To ssh://git@git.example.com:7999/test/test.git
! [remote rejected] master -> master (pre-receive hook declined)
The text was updated successfully, but these errors were encountered: