Files
crystall-punk-14/BuildChecker/hooks/post-merge

6 lines
141 B
Plaintext
Raw Normal View History

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