Changeset 259
- Timestamp:
- 11/20/08 13:49:20 (7 weeks ago)
- Files:
-
- 1 modified
-
trunk/packages/git-support/.git_hooks/pre-commit (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/git-support/.git_hooks/pre-commit
r258 r259 3 3 # To enable this hook, rename this file to "pre-commit". 4 4 5 set -eu x5 set -eu 6 6 7 7 if git-rev-parse --verify HEAD > /dev/null 2>&1
