raphael.kubo.da.costa@intel.com | 233fb7d | 2013-07-29 12:13:36 +0000 | [diff] [blame^] | 1 | #!/bin/sh |
szager@chromium.org | 9aca104 | 2012-12-28 20:58:26 +0000 | [diff] [blame] | 2 | |
raphael.kubo.da.costa@intel.com | 233fb7d | 2013-07-29 12:13:36 +0000 | [diff] [blame^] | 3 | [ -e "build/git-hooks/prepare-commit-msg" ] && exec "build/git-hooks/prepare-commit-msg" "$@" |
ilevy@chromium.org | 08218ed | 2013-07-29 12:09:55 +0000 | [diff] [blame] | 4 | exit 0 |