File: precommit.sh

package info (click to toggle)
fwupd 2.0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,340 kB
  • sloc: ansic: 274,440; python: 11,468; xml: 9,432; sh: 1,625; makefile: 167; cpp: 19; asm: 11; javascript: 9
file content (4 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download
1
2
3
4
#!/bin/sh -e
# disable the safe directory feature
git config --global safe.directory "*"
SKIP=no-commit-to-branch pre-commit run -v --show-diff-on-failure --hook-stage commit --all-files