File: git-pre-commit.sh

package info (click to toggle)
golang-github-heroku-docker-registry-client 0.0~git20211012.9463674-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: makefile: 35; sh: 3
file content (5 lines) | stat: -rwxr-xr-x 81 bytes parent folder | download
1
2
3
4
5
#!/bin/sh

git stash -q --keep-index
trap "git stash pop -q" EXIT
make precommit