blob: dd01fddce5ab7c9fc9a55b324c9414381f297150 [file] [log] [blame]
szager@chromium.org9aca1042012-12-28 20:58:26 +00001#!/bin/bash
2
3[ -e "build/git-hooks/pre-rebase" ] && exec bash "build/git-hooks/pre-rebase" "$@"
4exit 0