Delta-v/BuildChecker/hooks/post-merge

6 lines
149 B
Bash
Executable File

#!/usr/bin/env bash
# Just call post-checkout since it does the same thing.
gitroot=$(git rev-parse --git-path hooks)
bash "$gitroot/post-checkout"