This website requires JavaScript.
Explore
Help
Sign in
git
/
pre-commit
Watch
1
Star
0
Fork
You've already forked pre-commit
0
Code
Issues
Activity
ea92097ba5
pre-commit
/
testing
/
resources
/
failing_hook_repo
/
bin
/
hook.sh
5 lines
49 B
Bash
Raw
Normal View
History
Unescape
Escape
Adding upstream version 2.2.0. Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 21:10:22 +01:00
#!/usr/bin/env bash
echo
'Fail'
Adding upstream version 2.9.3. Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 21:22:51 +01:00
echo
"
$@
"
Adding upstream version 2.2.0. Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 21:10:22 +01:00
exit
1
Copy permalink